Tagged: x
-
AuthorPosts
-
August 17, 2016 at 3:27 am #1134878
spencerdauphinParticipantHi,
I tried to raise a support ticket with UberMenu but they said as we obtained it via X Theme we should raise it here…
We have a 3 level UberMenu. Top Level -> Header -> Submenu.
When we highlight the Top Level, Header or Submenu item the background and text colours change as required.
However, if we hover over the submenu the Header item changes font colour (but not background colour).
Is it possible to stop the Header item to stop changing the font column when the submenu is hovered over?
Cheers
SpenceAugust 17, 2016 at 5:39 am #1134996
ThaiModeratorHi There,
Please add the following CSS under Customizer > Custom > Global CSS:
.ubermenu .ubermenu-item:hover > .ubermenu-target { color: #fff !important; } .ubermenu .ubermenu-item > .ubermenu-target:hover { color: #25addd !important; } .ubermenu .ubermenu-item-level-0 > .ubermenu-target:hover { color: #fff !important; }Hope it helps 🙂
August 17, 2016 at 9:18 am #1135234
spencerdauphinParticipantHi Thai,
Unfortunately not. Thanks for the quick reply, though!
Cheers
ChayAugust 17, 2016 at 10:43 am #1135345
ThaiModeratorHi There,
There is a missing curly bracket(}) in your custom CSS, please find this CSS:
@media (max-width: 1090px) { .video-p { font-size: 18px!important; } .video-head { font-size:48px; } } a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus { outline: transparent !important; } .single-post .entry-featured { width: 100%; height: 25%; } } .x-sidebar.right { height: 860px; .widget_nav_menu ul li a:before, .widget_meta ul li a:before, .widget_pages ul li a:before { display: none; } .ubermenu-nav .ubermenu-submenu { border-radius: 4px; } .ubermenu .ubermenu-item:hover > .ubermenu-target { color: #fff !important; } .ubermenu .ubermenu-item > .ubermenu-target:hover { color: #25addd !important; } .ubermenu .ubermenu-item-level-0 > .ubermenu-target:hover { color: #fff !important; }And replace with this:
@media (max-width: 1090px) { .video-p { font-size: 18px!important; } .video-head { font-size:48px; } } a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus { outline: transparent !important; } .single-post .entry-featured { width: 100%; height: 25%; } .x-sidebar.right { height: 860px; } .widget_nav_menu ul li a:before, .widget_meta ul li a:before, .widget_pages ul li a:before { display: none; } .ubermenu-nav .ubermenu-submenu { border-radius: 4px; } .ubermenu .ubermenu-item:hover > .ubermenu-target { color: #fff !important; } .ubermenu .ubermenu-item > .ubermenu-target:hover { color: #25addd !important; } .ubermenu .ubermenu-item-level-0 > .ubermenu-target:hover { color: #fff !important; }Hope it helps 🙂
August 17, 2016 at 10:51 am #1135352
spencerdauphinParticipantJust found this and came up update the this ticket!
Thanks Thai, you’ve been brilliant!
Cheers
SpenceAugust 17, 2016 at 11:53 am #1135432
ThaiModeratorYou’re most welcome, Spence 🙂
If you need anything else please let us know.
August 24, 2016 at 11:27 am #1144920
spencerdauphinParticipantThis reply has been marked as private.August 24, 2016 at 7:26 pm #1145550
RadModeratorHi there,
Please add this as well, the issue is happening since the styling is only applied on hover. This will also apply it on sub-menus ancestors.
.ubermenu .ubermenu-item.ubermenu-item-6023.ubermenu-current-menu-item > .ubermenu-target, .ubermenu .ubermenu-item.ubermenu-item-6023.ubermenu-current-menu-ancestor > .ubermenu-target { background: #ffffff; color: #25addd !important; }Cheers!
August 25, 2016 at 4:59 am #1146365
spencerdauphinParticipantPerfect thanks!
All sorted 🙂
August 25, 2016 at 6:30 am #1146457
LelyModeratorYou’re welcome!
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1134878 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
