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!
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
Would the Arial font work, or do I need to load that on the site somehow?
Thanks!
Hi,
Arial is a web safe font, so you shouldn’t have to load it from your site.
Best regards,
Rikard
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!
Hi,
Thanks for the feedback, please try this instead:
#top .av_minimal_header #s {
font-family: Times New Roman !important;
}
Best regards,
Rikard
Thank you, that worked! :)
Hi,
I’m glad this was resolved, If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon