Tagged: x
-
AuthorPosts
-
November 28, 2016 at 10:31 am #1273352
drawoneParticipantHello,
I want to place my logo and navbar on top of the slider and make theme transparent like in this theme. (http://athemes.com/theme/sydney/)Is this possible with X theme? Currently I am using Integrity.
Thank you!
November 28, 2016 at 10:36 am #1273370
RupokMemberHi there,
Yes it’s possible. Let’s assign a slider below masthead and setup a Fixed Top Navbar. Then provide your URL so that we can suggest you some code.
Cheers!
November 28, 2016 at 10:40 am #1273377
drawoneParticipantWow thanks for the quick reply!
My website is http://www.seanyoon.comNovember 28, 2016 at 10:42 am #1273381
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > Custom > CSS
@media(min-width: 980px) { .home .masthead { position:absolute; width:100%; background-color:transparent !important; } body.x-navbar-fixed-top-active .x-navbar-wrap { height: auto; } .home .x-logobar,.home .x-navbar, .home .x-topbar { background-color: transparent !important; box-shadow: none; border: 0; } } .x-navbar .desktop .x-nav>li>a { border-right: 0px ; }Hope it helps
Joao
November 28, 2016 at 10:46 am #1273401
drawoneParticipantThanks!!!!
November 28, 2016 at 10:48 am #1273407
JoaoModeratorYou are welcome,
Joao
November 28, 2016 at 11:07 am #1273433
drawoneParticipantJust out of curiosity, if I want the navbar and logo at the bottom of the slider, which part of the css, should I change? or is it going to be the wholed different code?
November 28, 2016 at 11:57 am #1273479
JoaoModeratorHi There,
Than you can add margin-top: -200px; to the masthead:
@media(min-width: 980px) { .home .masthead { position:absolute; width:100%; background-color:transparent !important; margin-top: -200px; } body.x-navbar-fixed-top-active .x-navbar-wrap { height: auto; } .home .x-logobar,.home .x-navbar, .home .x-topbar { background-color: transparent !important; box-shadow: none; border: 0; } }Hope it helps
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1273352 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
