How To Edit Font On Header Navigation Bar?

  • adebayjim

    #6553

    Hi,

    I would basically like to change the font on the main navigation on the header and also make it bigger in height.

    I can’t seem to find a fix for this. I can’t find it even in the stylesheet. Help would be much appreciated.

    My site is http://www.designer-mascots.com

    Many thanks 🙂

    Adebayjim

    Anonymous

    #34564

    Add this to Custom CSS or child-theme style.css

    #header-menu li {
    font-size: 17px !important;
    font-family: serif !important;
    }

    CSS font-family Property

    adebayjim

    #34565

    wonderful thank you. Is there also a code to center the navigation items too?

    Anonymous

    #34566
    Quote:
    Is there also a code to center the navigation items too?

    http://ronangelo.com/the-easiest-way-to-center-a-menu/

    adebayjim

    #34567

    Thanks again 🙂

    Anonymous

    #34568

    Add this to Custom CSS or child-theme style.css to centre the header menu,

    #header-menu {
    display: table !important;
    margin: 0 auto !important;
    }

Viewing 6 posts - 1 through 6 (of 6 total)

  • You must be logged in to reply to this topic.