How to change fonts in the navigation menu

This topic has 4 replies, 2 voices, and was last updated 8 years, 11 months ago ago by Eva Kemp

  • Avatar: ericvaleyev
    ericvaleyev
    Participant
    May 29, 2015 at 17:01

    Cant find any straightforward way to change the fonts in the navigation menu, h1, h2 h3

    Usually the themes fonts change in the theme option. Does Blanco theme has it ?

    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    May 29, 2015 at 17:48

    Hello,

    To change font for menu items add this code in custom.css file:

    #main-nav > ul > li > a {
        font-size: 13px !important;
        font-family: open sans;
        color: red;
    }

    To create custom.css you need rename default.custom.css to custom.css in wp-content/themes/blanco directory via FTP and enable it in Blanco – Theme Settings, tick “Enable Custom CSS file”.

    Regards,
    Eva Kemp.

    Avatar: ericvaleyev
    ericvaleyev
    Participant
    May 29, 2015 at 20:30

    Thank you Eva for your quick reply.

    Avatar: Eva
    Eva Kemp
    Support staff
    May 30, 2015 at 09:04

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘How to change fonts in the navigation menu’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.