Menu font has changed when I updated the theme

Support Area Forums Kerygma Menu font has changed when I updated the theme

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: https://salenaknight.com/
  • Author
    Posts
  • #33274
    Salena Knight
    Participant

    Hi Bill,

    I’ve just noticed that the font and spacing of the nav menu has all changed when I just updated the Kerygma theme.

    Can you please advise what the theme default was prior, so i can change it back?

    Thanks

    #33276
    Bill Robbins
    Moderator

    Hi Salena,

    You’ll need to make the font size smaller. You can change the font and the font size of the navigation menu in the theme options page (Appearance > Theme Options). They will be on the first tab there. You can make them smaller to fit more items on a line.

    You can also take out a bit of the space between items this way:

    ;

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      nav#top-menu li:first-of-type a {
      	margin-left: 0;
      }
      
      nav#top-menu li a,
      nav#top-menu li a:visited {
      	margin-left: 6px;
      }
      
    3. Update your settings.

    You can experiment with the 6px by making it larger or smaller to find the fit you’d like to have. The default font size is 20px. If this was my site, I would try making that 18px and then playing around with the margin to see what the most space I can have and keep it on one line.

    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Menu font has changed when I updated the theme’ is closed to new replies.