Tagged: x
-
AuthorPosts
-
January 10, 2017 at 9:16 am #1323985
brendanduggan11ParticipantHello, I almost have my Navbar set up on my main page how I like it… but now I need it to be different on my blog. On my main page it is set up to be transparent and when the scroller is at the top and then turn solid white when scrolled down.
For the blog page I would like to have the nav bar be solid at the top of the page and and the color to be black with white text for now.
I have fiddled around quite a bit and can`t seem to get it to work.
Edit: I would also like to remove the bar below the navbar that shows home>blog
wwww.sunshinesalsatours.com
Thank you
January 10, 2017 at 9:37 am #1324018
ThaiModeratorHi There,
Please add the following CSS:
.blog .x-navbar { background-color: rgba(255, 255, 255, 0.75) !important; } .blog .x-navbar .desktop .x-nav > li > a > span { color: #000 !important; } .blog .x-navbar.x-navbar-fixed-top { background-color: rgba(0, 0, 0, 0.75) !important; } .blog .x-navbar.x-navbar-fixed-top .desktop .x-nav > li > a > span { color: #fff !important; } .blog .x-breadcrumb-wrap { display: none; }Hope it helps 🙂
January 10, 2017 at 3:21 pm #1324537
brendanduggan11ParticipantThanks, it helped but I would also like to have it for the blog posts as well, not just the main page. Is there a way to do that?
January 11, 2017 at 12:03 am #1325073
LelyModeratorHi There,
Please update above CSS to this:
.blog .x-navbar, .single-post .x-navbar { background-color: rgba(255, 255, 255, 0.75) !important; } .blog .x-navbar .desktop .x-nav > li > a > span, .single-post .x-navbar .desktop .x-nav > li > a > span{ color: #000 !important; } .blog .x-navbar.x-navbar-fixed-top, .single-post .x-navbar.x-navbar-fixed-top { background-color: rgba(0, 0, 0, 0.75) !important; } .blog .x-navbar.x-navbar-fixed-top .desktop .x-nav > li > a > span, .single-post .x-navbar.x-navbar-fixed-top .desktop .x-nav > li > a > span { color: #fff !important; } .blog .x-breadcrumb-wrap, .single-post .x-breadcrumb-wrap { display: none; }Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1323985 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
