Tagged: x
-
AuthorPosts
-
November 4, 2016 at 9:40 am #1243811
samsiphoneParticipantHi All,
I’m using a dark blue background for my menu. I’ve managed to get it all styled out with previous forum articles with the exception of one issue.
Because I am using blue as a hover color for my menu items, I am using white as the hover color for the text. This is fine, until I attempt to browse a menu item with a submenu. As soon as I remove the cursor from the text, the menu item text remains white and the box turns back to the background white color.
How can I adjust either the text or background of a top level menu item while I am browsing a submenu?
Thanks.
SamNovember 4, 2016 at 10:55 am #1243929
JadeModeratorHI Sam,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
November 11, 2016 at 10:34 am #1253478
samsiphoneParticipantThe url is http://64northwest.com
November 11, 2016 at 5:08 pm #1253837
JadeModeratorHI there,
Please add this code in the custom JS:
(function($){ $( ".x-navbar .desktop .x-nav > li.menu-item-has-children > a" ) .on( "mouseenter", function() { $( this ).css('color', '#fff' ); }) .on( "mouseleave", function() { $( this ).css('color', 'rgb(50,84,161)' ); }); })(jQuery);Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1243811 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
