Hi!
I updated the logo secondary font under Advanced Styling, but when I click on the search icon in my logo area, the text still appears white (meaning you can’t see what you’re typing).
When I change the secondary font to a blue color, it doesn’t change that. Instead, for some reason it changes the actual menu titles of Blog, Contact, and About to blue.
Please help.
Hey algkent,
To change the search text to black so you can see what you type, Please try this code in the General Styling > Quick CSS field:
#top .header_color input[type='text']#s {
color: #000 !important;
}
Best regards,
Mike
Thanks!
I tried it, then waited about 15 minutes. Doesn’t appear to be working.
Hi,
Please try clear your browser cache If you are using the Chrome web browser on a Windows PC, please press the Ctrl+Shift+R keys at the same time.
Or try viewing your site with a incognito window.
Best regards,
Mike
Ah. That worked — thank you!