Tagged: x
-
AuthorPosts
-
January 27, 2017 at 5:12 am #1347599
brandtzParticipantHi support,
I have a need for the topbar to be transparent.
I use the Renew, boxed layout …
And yes have been surfing the forum without any luck…
Tried this below, but it gives me a transparent background on the content too… I need only the topbar to be …
x-boxed-layout-active .site, .x-topbar {
background:transparent!important;
}
.x-boxed-layout-active .site > .x-container-fluid {
background-color : white!important;
}Can you guide me in the right direction?
Best/brandtz
January 27, 2017 at 6:24 am #1347661
Paul RModeratorHi,
You can add this under Custom > Edit global CSS in the Customizer.
.x-topbar { background-color:transparent !important; }If that doesn’t help, please provide us your site url so we can take a closer look.
Thanks
January 27, 2017 at 6:54 am #1347682
brandtzParticipantThis reply has been marked as private.January 27, 2017 at 8:05 am #1347758
Paul RModeratorHi,
Please change code to this.
.site, .x-topbar { background:transparent; } .x-main { background-color:#fff; }Hope that helps.
January 27, 2017 at 9:51 am #1347873
brandtzParticipantHi again
Well, almost…. in a sense…
On My regular Pages, it works fine, but on My category Pages the content bagkground and the sidebars turns transparent!
January 27, 2017 at 3:01 pm #1348201
brandtzParticipantI Think i nailed it with this:
body.archive.category .site {
background-color:#fff;
}January 27, 2017 at 3:29 pm #1348223
brandtzParticipantWell, Nope….. to early..
Hm….
January 27, 2017 at 6:29 pm #1348349
FriechModeratorHi There,
Replace your css code with this:
body.archive .x-container.offset { background-color: #fff; width: 100%; margin-top: 0; margin-bottom: 0; padding: 2.75em 4%; }Hope it helps, Cheers!
January 30, 2017 at 3:33 am #1350449
brandtzParticipantYes! It rock’s now ….thank you for your time and help!
Best/brandtz
January 30, 2017 at 4:14 am #1350488
ThaiModeratorYou’re most welcome 🙂
If you need anything else please let us know.
February 3, 2017 at 4:30 am #1356563
brandtzParticipantHi again,
Well, “funny”… on my post-pages the content bagkground and the sidebars turns transparent!
Can we call them too via css?
February 3, 2017 at 6:02 am #1356639
LelyModeratorHi There,
Please update this:
body.archive .x-container.offset { background-color: #fff; width: 100%; margin-top: 0; margin-bottom: 0; padding: 2.75em 4%; }To this:
body .x-container.offset { background-color: #fff; width: 100%; margin-top: 0; margin-bottom: 0; padding: 2.75em 4%; }Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1347599 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
