Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1321968

    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!

    #1322146

    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

    #1322230

    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!

    #1322325

    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

    #1322378

    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?

    #1322457

    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

    #1322691

    Fantastic!! That worked – thanks so much.

    #1322907

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.