Tagged: x
-
AuthorPosts
-
June 20, 2016 at 5:19 pm #1051487
Jacko_PintoParticipantHello,
I’m working on this site and are using the side menu layout. On inside pages, I’d like to use a different background color. You’ll notice that the menu bar has a white background and so does the content section (see attached)… how can I change the background color of the content section?
Thanks!
June 20, 2016 at 5:19 pm #1051489
Jacko_PintoParticipantThis reply has been marked as private.June 20, 2016 at 9:59 pm #1051858
John EzraMemberHi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
.entry-wrap.entry-content { background: #f2f2f2; }Hope this helps – thanks!
July 11, 2016 at 9:15 pm #1082512
Jacko_PintoParticipantThank you very much!
July 12, 2016 at 4:30 am #1082807
ChristopherModeratorYou’re welcome.
July 15, 2016 at 12:19 pm #1088794
Jacko_PintoParticipantThis reply has been marked as private.July 15, 2016 at 6:28 pm #1089170
JadeModeratorHi there,
Please update the code to:
.single-post .entry-wrap, .entry-wrap.entry-content { background: #f2f2f2; }Hope this helps.
July 18, 2016 at 8:39 pm #1092760
Jacko_PintoParticipantThis reply has been marked as private.July 19, 2016 at 1:02 am #1092974
RupokMemberHi there,
To add this to blog page, you can use this :
.blog .x-main.full { background: #f2f2f2; padding: 0 15px; }If you want to apply for each post individually instead of full page, use this instead :
.blog .x-main .hentry { background: #f2f2f2; padding: 30px 20px; }Hope this helps.
July 19, 2016 at 1:16 pm #1093966
Jacko_PintoParticipantWorked great. Thank you very much!
July 19, 2016 at 1:34 pm #1093984
Nabeel AModeratorGlad it worked.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1051487 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
