Tagged: x
-
AuthorPosts
-
July 8, 2016 at 5:19 pm #1078509
handlettereddesignParticipantHere’s a link to my blog post page for the site I’m building…
Link to Blog Post PageHere 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!
July 8, 2016 at 11:47 pm #1078914
FriechModeratorHi 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!
July 9, 2016 at 12:43 am #1078950
handlettereddesignParticipantSo 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?
July 9, 2016 at 12:57 am #1078961
handlettereddesignParticipantLet’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?
July 9, 2016 at 3:14 am #1079047
ChristopherModeratorHi there,
Please update previous code to :
.entry-wrap { background-color: #333 !important; }Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1078509 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
