Tagged: x
-
AuthorPosts
-
October 7, 2016 at 4:13 pm #1207325
kearneycreativegrParticipantI want to make my header invisible so that I can have my video playing and have the logo and menu just sitting over it. Right now I have it setup like the image shows that is attached.
Thanks in advance for your help!
October 8, 2016 at 2:20 am #1207731
ChristopherModeratorHi there,
Your attachment didn’t upload, please try again.
Please provide us with your website URL.Thanks.
October 20, 2016 at 8:38 am #1223875
kearneycreativegrParticipanthttp://www.kearneycreative.com/
I want to make the header transparent so that the header logo and menu sit on top of the top image, is this possible?
October 20, 2016 at 10:30 am #1224032
RahulModeratorHey There,
Thanks for writing in!
Please add this CSS at Appereance > Customizer > Custom > CSS :
.x-navbar-inner { background-color: transparent !important }Hope this helps, let us know how this goes!
October 20, 2016 at 1:05 pm #1224230
kearneycreativegrParticipantIt didn’t change anything once entered. Any suggestions?
Website:
http://www.kearneycreative.comOctober 20, 2016 at 3:46 pm #1224455
JoaoModeratorHi there,
Please remove the previous code and add the following code:
Please add the following code to Appereance > customizer > Custom > CSS
.x-navbar { background: none; border: none; margin-bottom: -63px; }Thanks
Joao
October 22, 2016 at 9:43 am #1226546
kearneycreativegrParticipantHow do I fix this issue with mobile menu?
October 22, 2016 at 9:48 am #1226550
kearneycreativegrParticipantand is there also a way that the desktop version stays clear when at the top but as you scroll down it turns to have a background color?
October 22, 2016 at 10:32 am #1226568
ThaiModeratorHi There,
Please add the following CSS:
@media (max-width: 979px){ .x-navbar { margin-bottom: 0; } } .x-navbar .mobile .x-nav li a { color: #000; } .x-navbar.x-navbar-fixed-top { background-color: rgba(255, 255, 255, 0.7) }Hope it helps 🙂
October 22, 2016 at 11:27 am #1226604
kearneycreativegrParticipantStill running into issues with the mobile menu!
October 22, 2016 at 12:32 pm #1226647
ThaiModeratorHi There,
Please update the CSS to:
@media (max-width: 979px){ .x-navbar { margin-bottom: 0 !important; } } .x-navbar .mobile .x-nav li a { color: #000; } .x-navbar.x-navbar-fixed-top { background-color: rgba(255, 255, 255, 0.7) }October 28, 2016 at 10:31 am #1234874
kearneycreativegrParticipantIs it possible to make the header in mobile transparent like it is in desktop mode.
October 28, 2016 at 2:25 pm #1235152
JoaoModeratorHi There,
Please remove the following code:
@media (max-width: 979px){ .x-navbar { margin-bottom: 0 !important; } }Hope it helps
Joao
October 29, 2016 at 9:31 am #1235885
kearneycreativegrParticipantExactly What I needed! But now when I drop down the mobile menu the color that shows up doesn’t go all the way to the bottom of the menu? Also how do I change the color?
October 29, 2016 at 5:11 pm #1236195
RadModeratorHi there,
Negative margins shouldn’t be used as much as possible when not really needed. It causes the chain of issues to the layout. Relative positioning is there for that reason. But since it’s already there, let’s add this CSS too.
@media (max-width: 979px) { .x-nav-wrap.mobile.collapse.in { display: block; padding-bottom: 63px; } }That should fix it, it will negate the previous negative margin. Make sure you don’t remove the negative margin.
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1207325 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
