Tagged: x
-
AuthorPosts
-
July 13, 2016 at 1:15 am #1084330
nickohornyParticipantHi, I am trying to change the blog bg page into an image or even different color.
I tried the bg settings from within the page admin, but no luck. I also set global bg image in customiser but no luck. I used a piece of code from another forum post but no luck. Please can you let me know how one adds a bg image or color change to this, thanks.
July 13, 2016 at 1:16 am #1084334
nickohornyParticipantThis reply has been marked as private.July 13, 2016 at 5:21 am #1084598
FriechModeratorHi There,
Thanks for writing in! Please set your Background Color to transparent, that is on Layout and Design on Customizer.
It seems your site has an internal caching feature, please clear that after doing the changes.
Or you can add this under Custom > CSS in the Customizer.
.site {background-color: transparent;}Hope it helps, Cheers!
July 13, 2016 at 9:29 pm #1086093
nickohornyParticipantHi, Thanks
The customizer way didn’t work, and I used the css code but it changed the whole site in other pages like the shop etc. I just want to be able to change the blog page only bg from white to anything, either image or another color. Thanks,
July 14, 2016 at 2:16 am #1086353
John EzraMemberHi there,
Thanks for updating the thread! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
.blog .site {background-color: transparent;}Hope this helps – thanks!
July 14, 2016 at 10:17 pm #1087951
nickohornyParticipantThanks, that worked!
However… the title of the page is also transparent? ‘NEWS’ I wish for this to be stay white please?
Thanks.
July 15, 2016 at 4:04 am #1088231
Rue NelModeratorHello There,
To have the News title and the breadcrumb area in white background color, please also add the following css code in the customizer, Appearance > Customize > Custom > CSS
.blog .site .x-header-landmark { background-color: #fff; }Please let us know if this works out for you.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1084330 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
