• 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 3 replies - 1 through 3 (of 3 total)
  • Hi
    The CSS Property is font-family: sans-serif; And sans-serif is the Font name.
    try to use this code & change your desire font name;
    #topbar-search input[type=text]{
    font-family: monospace;
    }

    Thanks
    Musa

    Thread Starter zrdabic

    (@zrdabic)

    Please ignore this duplicate thread as I just posted to the Virtue support forum.

    Hi
    If you have the solution then please closed this thread.

    Thanks
    Musa

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: Virtue] How to change the topbar searchbox font?’ is closed to new replies.