Tagged: x
-
AuthorPosts
-
November 3, 2016 at 9:27 am #1242408
yhshin1020ParticipantThis reply has been marked as private.November 3, 2016 at 10:19 am #1242512
JoaoModeratorHi There,
I moved some of your CSS inside media queries in order that they dont affect smaller devices, also regarding the menu colors I had added :
.ubermenu .ubermenu-target-text { color: grey; }Now changed for :
@media(max-width: 969px) { .ubermenu .ubermenu-target-text { color: grey; } }So it also works on smaller devices and dont affect your main menu.
Please add the following code for the box shadow :
.x-navbar-fixed-top { box-shadow: 0 1px 1px black; }Hope that helps
Joao
November 3, 2016 at 10:43 am #1242546
yhshin1020ParticipantThis reply has been marked as private.November 3, 2016 at 12:25 pm #1242672
JoaoModeratorHi There,
As it is connected to a class that just exists via jQuery once you scrolled , that change is possible using the css above just.
Change this :
@media(max-width: 969px) { .ubermenu .ubermenu-target-text { color: grey; } }for this:
@media(max-width: 969px) { .ubermenu .ubermenu-target-text { color: grey; } .ubermenu .ubermenu-item-layout-icon_left>.ubermenu-icon { color: grey; } }Hope that helps
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1239003 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
