Tagged: x
-
AuthorPosts
-
April 18, 2016 at 8:28 am #888238
vasilikiParticipantHi
I am using the Integrity Stack and want to make my menu and main content transparent (I have a bg pattern).In Customizer -Integrity I checked Navbar Transparency On and it worked bur only in FullWidth. I want it to work in Boxed version. I searched the forums and added this code:
.x-navbar {background-color: transparent !important;}but it only works on Fullsize too.
Thank you
April 18, 2016 at 12:08 pm #888599
ThaiModeratorHi There,
Please provide us with your website URL so we can take a closer look.
Thank you.
April 18, 2016 at 4:16 pm #888960
vasilikiParticipantThis reply has been marked as private.April 19, 2016 at 4:04 am #889573
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
.x-boxed-layout-active .site { background-color: transparent; } .x-main.full { background-color: #fff; }Hope it helps.
April 21, 2016 at 6:17 pm #894472
vasilikiParticipantThanks a lot. This worked fine. I just changed
.x-main.full { background-color: #fff;}
to
.x-main.full { background-color: transparent;}to get the result I wanted.
Very good support.
April 21, 2016 at 9:41 pm #894661
NicoModeratorHappy to hear that.
Feel free to ask us again.
Have a great day! 🙂
April 21, 2016 at 9:41 pm #894662
NicoModeratorHappy to hear that.
Feel free to ask us again.
Have a great day! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-888238 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
