Comments 4ISOLE-GRECHE started the conversationMarch 6, 2022 at 2:05amI can't find where I can change post title color in seach pages results. 2,580PenciDesign repliedMarch 6, 2022 at 3:04amHi,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. 4ISOLE-GRECHE repliedMarch 6, 2022 at 3:24amPerfect... and this ones? 2,580PenciDesign repliedMarch 6, 2022 at 3:56amHi,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. 4ISOLE-GRECHE repliedMarch 6, 2022 at 7:32amOK! Sign in to reply ...
I can't find where I can change post title color in seach pages results.
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Change #000 and #333 with the custom color you want to display.
Regards,
PenciDesign.
Perfect... and this ones?
Hi,
Please add this CSS code to your site:
Regards,
PenciDesign.
OK!