• Hello I need to change the font of the search box that appears in the virtue theme top bar. What is the CSS code to do this?

Viewing 1 replies (of 1 total)
  • hannah

    (@hannahritner)

    Hey, this should work:

    #topbar-search input[type=text] {
        font-family: sans-serif;
    }

    Just replace with your desired font and paste that in your custom css box in theme options > advanced settings.

    Hannah

Viewing 1 replies (of 1 total)
  • The topic ‘How to change the topbar searchbox font?’ is closed to new replies.