Tagged: x
-
AuthorPosts
-
July 7, 2016 at 12:35 am #1075965
Olianna PParticipantHi, I’m referring to my site http://www.fincaniza.com. Is there a way to place the navbar menu on top of my video slider similar to the site below?
Thanks!
July 7, 2016 at 2:44 am #1076059
FriechModeratorHi There,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.site .x-slider-container.below {margin-top: -230px;} .x-logobar, .x-navbar {background-color: transparent !important;border-width: 0;}Hope it helps, Cheers!
July 8, 2016 at 1:28 am #1077577
Olianna PParticipantThank you, that worked!
Now, is there a way to have the navbar background switch to dark brown for all other pages instead of transparent?
And, is there a way to add a dark brown shading on the home page to make the headings more visible?
Thanks so much!
July 8, 2016 at 5:26 am #1077738
Nabeel AModeratorHi again,
You can use the following code to change the color of your Navbar:
#header-container:not(.home), #header-container-scroll:not(.home) { background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #79480b 100%); }Let us know how this goes!
July 8, 2016 at 1:09 pm #1078195
Olianna PParticipantThe code didn’t work
July 8, 2016 at 6:18 pm #1078569
JadeModeratorHi Olianna,
Please try this code:
.x-navbar-inner:not(.home) { background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #79480b 100%); }Hope this helps.
July 8, 2016 at 10:38 pm #1078853
Olianna PParticipantThe code worked but I want it completely transparent on homepage and then on other pages one solid color, instead of gradient, color #4d2d20
Thanks so much!
July 9, 2016 at 2:42 am #1079028
ChristopherModeratorHi there,
Please update your code to :
.x-navbar-inner:not(.home) { background-color: #4d2d20; } .home .x-navbar{ box-shadow:none; border:none; }Hope it helps.
July 14, 2016 at 1:43 pm #1087242
Olianna PParticipantThis reply has been marked as private.July 14, 2016 at 6:16 pm #1087580
JadeModeratorHi there,
Please add this code:
.home .x-logobar, .home .x-navbar { box-shadow: none; } .page .x-navbar-inner { background-color: #7F4F34; }Hope this helps.
July 15, 2016 at 3:51 pm #1089059
Olianna PParticipantThe same thing keeps happening- the brown nav is appearing on hamepage. you can try yourself- you have the credentials.
perhaps it’s because I have a code somewhere for this in previous CSS?
July 16, 2016 at 12:28 am #1089561
ChristopherModeratorHi there,
Please fond this code :
.x-logobar, .x-navbar { background-color: transparent !important; border-width: 0; }And update it to :
.x-logobar { background-color: transparent !important; border-width: 0; }Then add following code :
.x-navbar-inner:not(.home) { background-color: #4d2d20; } .home .x-navbar{ box-shadow:none; border:none; background-color: transparent; }Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1075965 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
