Tagged: x
-
AuthorPosts
-
April 4, 2016 at 5:28 pm #866692
chelseakleinsasserParticipantHi there,
The menu on mobile devices is not working. The background is transparent and when you click on a submenu, it goes on top of the other menu item.
Could you help me figure out what is wrong?
Thanks!
April 4, 2016 at 5:28 pm #866693
chelseakleinsasserParticipantThis reply has been marked as private.April 5, 2016 at 2:40 am #867231
ChristopherModeratorHi there,
Please find this code :
.x-navbar { background-color: rgba(41,41,49,0.0) !important; } .store, .menu { height: 40px; margin: 30px 10px 0px 0px; background-color: rgba(225,225,225,0.0) !important; border: solid 2px rgba(225,225,225,0.8); border-radius: .2em; -moz-border-radius: .2em; }And update it to :
@media (min-width:979px){ .x-navbar { background-color: rgba(41,41,49,0.0) !important; } .store, .menu { height: 40px; margin: 30px 10px 0px 0px; background-color: rgba(225,225,225,0.0) !important; border: solid 2px rgba(225,225,225,0.8); border-radius: .2em; -moz-border-radius: .2em; } }Hope it helps.
April 5, 2016 at 12:12 pm #867932
chelseakleinsasserParticipantThanks! That helped with the full dropdown appearing.
I am now having trouble changing the background color of the mobile menu. It is currently transparent and I would like to make it white with black text then tweak the padding on the text. Can you help with this? I tried many different selectors.
Could you help me figure this out?
Thanks.
April 6, 2016 at 2:05 am #868724
ChristopherModeratorHi there,
Please try this code :
@media (max-width:979px){ .x-navbar { background-color: #fff !important; } .x-navbar li a{ color:#000; } }Hope it helps.
April 6, 2016 at 12:41 pm #869734
chelseakleinsasserParticipantUnfortunately that did not work.
The Menu and Dropdown still stays transparent. Any other suggestions?April 6, 2016 at 6:28 pm #870246
Nabeel AModeratorHi again,
Please replace the previous code with this one:
.x-navbar .mobile .x-nav { background: #fff !important; } .x-navbar .mobile .x-nav li > a, .x-navbar .mobile .x-nav .x-active > a { color: #000 !important; }Let us know how this goes!
April 20, 2016 at 11:57 am #892156
chelseakleinsasserParticipantthanks this worked.
April 20, 2016 at 10:43 pm #892927
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-866692 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
