Home Forums Ibsen Pro Increasing font size on Top Bar Menu

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16198
    Benedicta Lee
    Participant

    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

    #16200
    Andy
    Keymaster

    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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Ibsen Pro’ is closed to new topics and replies.