Tagged: x
-
AuthorPosts
-
June 6, 2016 at 8:41 am #1028000
miket855ParticipantHi,
Is it possible to have one header style for home page, and different for others.
For example, on homepage transparent header with light logo, and on other pages white bg header with dark logo.
Thanks in advance!
June 6, 2016 at 11:00 am #1028256
ThaiModeratorHi There,
It’s possible by custom CSS, please add the following CSS under Customizer > Custom > Global CSS:
.home .x-navbar { background-color: transparent; } .home .x-brand { background: url(http://www.yourlogourl.com/logo.png) center center no-repeat; } .home .x-brand img { opacity: 0; }Hope it helps 🙂
June 6, 2016 at 12:04 pm #1028351
miket855ParticipantThanks a lot!
And is it possible to use for example ‘Fixed Top’ header for home, and ‘Static Top’ for other pages?
June 6, 2016 at 3:34 pm #1028653
Nabeel AModeratorHi again,
Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.x-navbar-fixed-top, .x-navbar-fixed-left, .x-navbar-fixed-right { position: static !important; } .home .x-navbar-fixed-top, .home .x-navbar-fixed-left, .home .x-navbar-fixed-right { position: fixed !important; }Let us know how this goes!
June 8, 2016 at 4:49 am #1031564
miket855ParticipantWorks like charm! Thanks a bunch!
June 8, 2016 at 11:02 am #1032138
RupokMemberYou are welcome!
Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.
Thanks for using X.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1028000 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
