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 #2995895
Post Title Color Search Page
Closed

Comments

  •  4
    ISOLE-GRECHE started the conversation

    I can't find where I can change post title color in seach pages results.


  •  2,492
    PenciDesign replied

    Hi,

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

    body.search-results .penci-archive .penci-archive__content .penci-post-item .entry-title a {
        color: #000;
    }
    body.search-results .penci-archive .penci-archive__content .penci-post-item .entry-title a:hover {
        color: #333;
    }

    Change  #000 and  #333 with the custom color you want to display.

    Regards,
    PenciDesign.



  •  4
    ISOLE-GRECHE replied

    Perfect... and this ones?

  •  2,492
    PenciDesign replied

    Hi,

    Please add this CSS code to your site:

    .penci-ajax-search-results-wrapper .penci__post-title a {
        color: #000;
    }
    .penci-ajax-search-results-wrapper .penci__post-title a:hover {
        color: #333;
    }

    Regards,
    PenciDesign.



  •  4
    ISOLE-GRECHE replied

    OK!