Search widget font
- The topic ‘Search widget font’ is closed to new replies.
Need help? Check out our Support site, then
How do you change the font in the Search bar? I’m using Museo Sans and Museo Slab for the site.
Thanks,
M
The blog I need help with is: (visible only to logged in users)
Hey spotcleanfood,
Do you have the the CSS upgrade from WordPress.
http://en.wordpress.com/products/custom-css/
You’ll need this in order to change any styles you can’t change from your theme’s options, etc.
Let me know and I can help you out with some CSS.
Thanks!
Scott
Hi Scott,
Yes, I have the CSS upgrade.
Thanks,
M
Awesome,
Try this out:
.searchform input.s {
font-family: museo-sans-1,museo-sans-2,Bitter,Helvetica,Arial,sans-serif;
}
Thanks!
Scott
Worked!
Thanks,
M