• How do I change the font color, style and size for the top menu bar in the virtue free theme? It has options to change all of these for the secondary menu, mobile menu, etc. but I can’t find any option to change it for the top car. Is there some custom CSS I could use to do this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey,

    Try adding this CSS to Theme Options> Advanced Settings. You’ll want to change the font size and color properties to match your site, but it should work for any menu within the topbar.

    .topbarmenu ul li a {
        font-size: 30px;
        color: red;
    }

    If that doesn’t work, post a link to your site and I’ll fix it.

    -Kevin

    It worked for me, thank you!!!
    …but the search bar does not change colour, stays white.
    Do you have any code for that one too please?
    Thanks

    -Priscilla

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Virtue Theme Change Top Bar Text Color & Font’ is closed to new replies.