Tagged: x
-
AuthorPosts
-
November 15, 2016 at 2:00 pm #1258403
cmdevParticipantI’ve searched the forum and cannot seem to find the solution.
I need the background to be transparent on the content areas X theme – integrity.
See link below:I’d like to be able to remove the color behind the page title and the content area or set to completely transparent so that my content will be against the background image.
November 15, 2016 at 2:08 pm #1258406
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > Custom > CSS
.home .x-navbar { position:absolute; width:100%; background-color:transparent !important; box-shadow: none; border: 0; } .home.x-navbar-fixed-top-active .x-navbar-wrap { height: auto; }Hope it helps
Joao
November 16, 2016 at 9:15 am #1259426
cmdevParticipantThanks that controls the navigation bar.
I’m looking to remove the background behind the content container – see here: http://prntscr.com/d814jr
November 16, 2016 at 10:56 am #1259601
ThaiModeratorHi There,
Please add the following CSS:
.entry-wrap { background-color: transparent; }Hope it helps 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1258403 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
