Hi,
on our site, we have a main menu bar which is working fine. We have introduce a fullwidth submenu in each page so that user can easily navigate from subpage to subpage.
We would like to change the background color of the submenu to #1a967d, to change the text color to #ffffff und to highlight (Bold and Underline) the name of the submenu page the user is currently on.
How do we achieve this?
Thanks for your help!
Best
Hey 4seed!
Add this to your custom CSS.
.av-sticky-submenu .current_page_item {
font-weight: bold !important;
text-decoration: underline;
}
.av-sticky-submenu { background: black !important; }
.av-sticky-submenu li a {
background: none repeat scroll 0 0 transparent !important;
color: white !important;
}
Regards,
Elliott
How can I make the active submenu underlined or change color entirely?
Thanks
Gigoz
Hey!
Please add following code to Quick CSS
ul.sub-menu li.current_page_item a > .avia-menu-text {
color: orange;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field
Cheers!
Yigit
This did not work for me. Please check again.
Yigit,
kindly use this link to gain complete info of my system and website url. I created a fresh ticket there, not knowing you will pick this first. URL: https://kriesi.at/support/topic/highlight-fullwidth-submenu-item/
Regards
Gigoz