Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1078509
    handlettereddesign
    Participant

    Here’s a link to my blog post page for the site I’m building…
    Link to Blog Post Page

    Here is my issue:

    The posts are displayed with some varying color backgrounds on the page. Pink, lime green, orange, etc… Is there a way to control this? OR get rid of this and stick with a consistent color?

    I’ve already followed the instructions given to others that asked, including this post:
    Advice Example 1
    I edited the CSS as directed but I didn’t see any change. I also cleared my cache just to make sure I was seeing the results of the changes but I didn’t see any change to the blog post page.

    Thanks!

    #1078914
    Friech
    Moderator

    Hi There,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .blog .entry-wrap {
    	background-color: #333 !important;
    }

    Hope it helps, Cheers!

    #1078950
    handlettereddesign
    Participant

    So let me make sure I’m headed to the right spot:

    From the WordPress dashboard I’m clicking Appearance->Customize; this brings up the theme. Then in the theme I’m going to Custom->Edit Global CSS? Then entering this code in the CSS section?

    #1078961
    handlettereddesign
    Participant

    Let’s say someone clicks on a blog post to open it up – that now appears as a different color than the main blog page. Could you provide info on how to make the same color reflect on all blog posts?

    #1079047
    Christopher
    Moderator

    Hi there,

    Please update previous code to :

    .entry-wrap {
    	background-color: #333 !important;
    }

    Hope it helps.

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