Tagged: x
-
AuthorPosts
-
April 25, 2016 at 8:12 am #898562
cleverdesignParticipantHi,
I modified the hover and current-item effects in Integrity menu (green line below) like this:
/*groene lijn onder menu item*/
.x-navbar .desktop .x-nav > li > a:hover span,
.x-navbar .desktop .x-nav > .x-active > a span,
.x-navbar .desktop .x-nav > .current-menu-item > a span
{
padding-bottom: 5px;
border-bottom: 2px solid #82bb25;
}Now, when i select a submenu item, i’d like that main item also have the green line below so a user knows where he is on the website.
Can you point me in the right direction please?
ThanksApril 25, 2016 at 5:46 pm #899429
JadeModeratorHi there,
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.
April 30, 2016 at 8:17 am #906911
cleverdesignParticipantThis reply has been marked as private.May 1, 2016 at 1:41 am #907543
Rue NelModeratorHello There,
Do you want something like this?

If that is the case, please update your custom css code and use this instead:
.x-navbar .desktop .x-nav > li > a:hover span, .x-navbar .desktop .x-nav > .x-active > a span, .x-navbar .desktop .x-nav > .current-menu-item > a span, .x-navbar .desktop .x-nav .sub-menu .current-menu-item > a span{ padding-bottom: 5px; border-bottom: 2px solid #82bb25; }Hope this helps. Please let us know how it goes.
May 1, 2016 at 6:35 am #907745
cleverdesignParticipantHi,
Thank you but it is not really when i mean.
I’d like to have a green line under “Gas & Elektriciteit” when i click on “Voor bedrijven” and that page is loaded (and the submenu closes), so the viewer can see he is somewhere in the “Gas & Electriciteit” menu. So when reading the page “Voor bedrijven” the green line under “Gas & Electriciteit” is always visible.
May 1, 2016 at 9:34 am #907871
ThaiModeratorHi There,
Please add the following CSS:
.x-navbar .desktop .x-nav > .current-menu-parent > a span { padding-bottom: 5px; border-bottom: 2px solid #82bb25; }Hope it helps 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-898562 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
