Hi!
When I perform a search on my site, the results are a white font and unreadable because my background is white. How do I change the font color?
Thanks!
Hey julhobart,
Please try the following in Quick CSS under Enfold->General Styling:
.search-results .post-title, .search-results .post-meta-infos {
color: #000;
}
Best regards,
Rikard
Thanks! This worked! The date underneath though is still white and so unreadable. Is there a way to show the meta description of the page?
Also, when I’m on the search results page, if I want to perform a new search, the font in the search bar is white and unreadable. Please help. Thanks!
Hi,
Please try this CSS instead:
.search-results .post-title, .search-results .post-meta-infos .date-container, .search-results #searchform input {
color: #000;
}
Best regards,
Rikard
That worked for the text underneath the search results but the search box on the search results page still has white font. Is there a way I can modify that so it is readable?
Hi,
Please try this instead:
.search-results .post-title, .search-results .post-meta-infos .date-container, .search-results #searchform input {
color: #000 !important;
}
Best regards,
Rikard
Fantastic!! That worked – thanks so much.