Tagged: font colour
Hi, I can’t for the life of me work out how/where to amend the font colour of the posts and page names that appear in the search box results (not on the search results page, but the drop-down box that appears before the search results page loads). At the moment it’s black font on a black background.
Regards,
Ed
Hey Ed,
Please try the following in Quick CSS under Enfold->General Styling:
.header_color .av_ajax_search_title {
color: #fff;
}
Best regards,
Rikard
thanks – this works well… though in the search drop down there’s still a mention of “Posts” and “Pages” which is also in black on a black background. Can I remove these, or change the color to white too?
Hi,
I’m not seeing that issue. Can you screenshot it for us?
Best regards,
Jordan Shannon
Sure, see the private content.
Hi,
Thanks for the screenshot. Please try this CSS as well:
div.ajax_search_response h4 {
color: #fff;
}
Best regards,
Rikard
works perfectly – thanks!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon