Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #61208
    RevCT
    Member

    Hi. Just wondering which options to change in the style sheets (if that is the best way to do it?) that will allow me to make the font size slightly smaller for menu and body text.

    Either that or I would like to know how to remove the search option on the menu. It doesn’t quite let me fit all menu options on the top line to keep things looking smoother.

    url: http://revct.org

    Thanks in advance!

    #61370
    Sakin
    Keymaster

    @RevCT: You can change the font size of the menu by adjusting the font in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS” box:
    .catchresponsive-nav-menu a { font-size: 14px; }

    Then you can hide that search toggle in menu by adding in the following css in “Appearance => Customize => Theme Options => Custom CSS” box:
    #search-toggle { display: none; }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Changing font size for menu and body’ is closed to new replies.