Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1008562

    The team here has helped me make some customizations to my search bar.
    I have one more thing – right now the text in my search bar appears to be open sans. I’d like to change it to Helectiva.
    Is there some code I can add to accomplish this?
    Thanks!

    #1008567

    Hey Moondreamer21,

    You can use:

    #top .av_minimal_header #s {
    font: Helvetica;
    }

    I suppose u are loading Helvetica already into the site.

    Best regards,
    Basilis

    #1008675

    Would the Arial font work, or do I need to load that on the site somehow?
    Thanks!

    #1008733

    Hi,

    Arial is a web safe font, so you shouldn’t have to load it from your site.

    Best regards,
    Rikard

    #1008961

    Thanks, however it doesn’t seem like the code that was provided is working. I’ve even tried changing it to Georgia or Times New Roman – something that’s obvious to tell if the code is working. I’d also be interested in adding css to change the size of the font.
    Can you please take a look? Thanks!

    #1009210

    Hi,

    Thanks for the feedback, please try this instead:

    #top .av_minimal_header #s {
        font-family: Times New Roman !important;
    }

    Best regards,
    Rikard

    #1009670

    Thank you, that worked! :)

    #1009692

    Hi,

    I’m glad this was resolved, If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change font of "Search" text in Search bar?’ is closed to new replies.