Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1364444
Search result color
Closed

Comments

  • almediavilla started the conversation

    Hi there,


    I'd like to change the color that highlights the results after a search. Could you please tell me which one it is? I'm a bit lost with so many color options.

    Thanks!

  •  2,699
    PenciDesign replied

    Hi,


    Please try add more this code to Customize > Custom CSS to do that:

    body.search-results .penci-grid li .item h2 a, body.search-results .penci-masonry .item-masonry h2 a, .grid-mixed .mixed-detail h2 a{ color: #313131; }

    Best Regards,

    PenciDesign

  • almediavilla replied

    When I search for a word, it takes me to the page with the related posts. If the word I searched for is in that post, it is highlighted with the same color of the font and therefore it can't be read: https://flippedspanish.com/?s=familia

    I need to know how to change the color that highlights results so I can use a different color.


    Thanks!

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    body.search-results .penci-grid li .item h2 a, body.search-results .penci-masonry .item-masonry h2 a, .grid-mixed .mixed-detail h2 a{ color: #313131; }

    Best Regards,

    PenciDesign

  • almediavilla replied

    Awesome! Thanks a lot!