• barroso

    (@barroso)


    Hello guys, how can i change the font size of header menu?

    Tried changing font-size on style.css but did not work.

    /*--------------------------------------------------------------
    ## Menus
    --------------------------------------------------------------*/
    #masthead nav {
      padding-left: 0;
      padding-right: 0;
    }
    
    body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
      color: #cdbfe3;
      padding: 0.5rem;
      font-weight: 500;
      font-size: 0.875rem;
    }

    Hope you can help me with this issue.

    Thank you a lot for this project!!!

    • This topic was modified 5 years ago by barroso.
Viewing 2 replies - 1 through 2 (of 2 total)
  • I’d rather edit in Customizer > Additional CSS

    body {
    	font-size: 1.5rem;
    }
    Theme Author Afterimage Designs

    (@afterimagedesigns)

    Good Day,

    @ekajogja, Thanks for your reply on this thread.

    @barroso, please take note that the CSS you’ve added above only works on the default pre-styled settting on the customizer.

    You could follow the instruction sent by @ekajogja above. And add this css here:

    #masthead .navbar-nav > li > a {
      font-size: 16px; // Your font size.
    }

    Please let me know if this fix your issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘MENU – Font size’ is closed to new replies.