Tagged: x
-
AuthorPosts
-
June 15, 2016 at 7:01 pm #1044153
sallyshueyParticipantHi! What’s the simplest way to change the background and font colors for Search, Search Results and Blog Entry pages? I’ve tried several solutions that I found on the forum, but none worked all the way. It seems a simple thing … I want background color of #F1E2C7 and font color #005480. BTW there’s also a typo in the Search page copy, how can this be fixed? Here’s how is currently is:
Search
Looking for something? Enter your search here and we’ll point you in the right dirction.Thanks for your help!
June 15, 2016 at 7:01 pm #1044154
sallyshueyParticipantThis reply has been marked as private.June 16, 2016 at 12:23 am #1044579
LelyModeratorHi Sally,
Regarding the Typo error, please check your Search page template. Your search page is using a custom template and not the default one. That text is not coming from X but might be from your custom template.
Since you’re using a regular page for search and not the usual archive page, please use the following CSS.
.page-template-template-search, .single-post { background-color: #F1E2C7; } .page-template-template-search h1.h-landmark { color: green; /*Change to your preferred search heading font color*/ } .single-post .entry-title { color: #005480; }Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1044153 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
