Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1044153
    sallyshuey
    Participant

    Hi! 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!

    #1044154
    sallyshuey
    Participant
    This reply has been marked as private.
    #1044579
    Lely
    Moderator

    Hi 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.

  • <script> jQuery(function($){ $("#no-reply-1044153 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>