• Resolved tossytm

    (@tossytm)


    I would like to increase the font size of the topbar menu, please which code can I add in the sytle.css

    thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • If you are not using a child theme click the ‘Help’ button on the top right hand side of the admin screen and follow the instructions to download a child theme… then in the child theme css add:

    @media only screen and (min-width: 720px) {
    .nav > li {
    font-size: 16px;
    }
    }

    Amended the 16px to whatever size you want as it is currently 16px

    Thread Starter tossytm

    (@tossytm)

    Thanks, I would like to bold and change the text color, please help

    example – replace the other code with something like

    @media only screen and (min-width: 720px) {
    #nav-topbar .nav li a {
    font-size: 18px;
    color: #ff6600;
    font-weight: bold;
    }
    }
    Thread Starter tossytm

    (@tossytm)

    great!!!!!

    Thread Starter tossytm

    (@tossytm)

    great

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘topbar menu font size’ is closed to new replies.