Comments linhoday started the conversationJune 16, 2023 at 4:53pmhttps://linhoday.com/?s=hairI want to change the pastel orange color of every object into blue in the search page (given link). How do we fix this? 2,610PenciDesign repliedJune 17, 2023 at 12:50amHi,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. Sign in to reply ...
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?
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.