Tagged: Current Page, navigation
Hello,
Is it possible to modify the theme so that the color bar that’s usually underneath a current page (first level navigation), would also be displayed while you are on a child page? At the moment, while you are on a child page, the level 1 navigation label is only bold. Thank you in advance!
Hey BlendMarketing!
Yes, insert following code into the quick css field
.active-parent-item>a>.avia-menu-fx>.avia-arrow-wrap, .active-parent-item>a>.avia-menu-fx>.avia-arrow-wrap{display:block;}
Cheers!
Peter
Hi Peter,
Unfortunately that’s not working :(
Hi!
You can try to add an important tag like
.active-parent-item>a>.avia-menu-fx>.avia-arrow-wrap, .active-parent-item>a>.avia-menu-fx>.avia-arrow-wrap{display:block !important;}
If it still doesn’t work please post a link to the child page.
Cheers!
Peter
Hey!
Please use this. Don’t forget to remove browser cache then reload the page a few times after.
.active-parent-item>a>.avia-menu-fx>.avia-arrow-wrap, .active-parent-item>a>.avia-menu-fx>.avia-arrow-wrap {
display:block !important;
opacity: 1;
visibility: visible;
}
Regards,
Ismael
Hi Ismael,
This isn’t working either, sorry :( Clearing cache several times in different browsers, plus lots of re-loading didn’t help.
Hey!
Please try following code
#top .active-parent-item .avia-menu-fx .avia-arrow-wrap, #top .active-parent-item .avia-menu-fx{
display: block !important;
opacity: 1 !important;
visibility: visible !important;
}
Regards,
Peter
Thank you so much, Peter! All working now :)