Top Bar change font size

I need to change the font size. I tried this CSS (provided in another post) but it didn’t work. Can you help?

.fl-page-bar .text-right .fl-page-bar-nav {
font-size: 16px;
}

Hi Lana,

Try the following:

html body .fl-page-bar {
font-size:16px;
}

If that doesn’t work, can you please provide your website url?

Thanks,

Colin

Sorry, it didn’t work. Here is the URL:

http://www.talkingfeathercommunications.com/sandbox/

Hi Lana,

I see you added the code I gave you. It’s working for me. Your top bar is displaying text at 16px and if I change the font size using Chrome Inspector, it changes on your site.

Can you try doing a Ctrl+F5 hard refresh?

If that doesn’t work, can you confirm which browser you are using?

Thanks

Colin

Great, thanks :slight_smile: I can see it now on Chrome.

Awesome!

I will mark this as Resolved then.