- This topic has 1 reply, 2 voices, and was last updated 1 year, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The forum ‘Ibsen Pro’ is closed to new topics and replies.
Hello,
I would like to know if there’s a way to increase font size on the top bar menu items with a specific CSS.
Thank you
Hi, this custom CSS will increase the size of top bar text and menu items to the same as the site-wide default text size:
#top-bar {
font-size: 1em;
}
Or alternatively if you want a specific font size for the top bar, use this custom CSS (change 18px to whatever size you want):
#top-bar {
font-size: 18px;
}