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 #3394424
search page
Closed

Comments

  • linhoday started the conversation

    https://linhoday.com/?s=hair

    I want to change the pastel orange color of every object into blue in the search page (given link). How do we fix this?

  •  2,541
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    body.search-results .penci-featured-infor .cat a.penci-cat-name,
    body.search-results .penci-grid .cat a.penci-cat-name,
    body.search-results .penci-masonry .cat a.penci-cat-name,
    body.search-results .penci-featured-infor .cat a.penci-cat-name {
        color: blue;
    }
    body.search-results .header-standard:after {
        background-color: blue;
    } body.search-results .standard-content .penci-more-link a.more-link,
    body.search-results .standard-content .penci-more-link.penci-more-link-button a.more-link {
        color: blue;
    }

    Regards,
    PenciDesign.