Hi Kriesi!
How can I target the css for the menu when in Left sidebar position? I would like to have something like this: https://www.optimera.no/
Nice hover color change :)
Thank you!!
Hi vollern!
Just add an “.html_header_left” in front of your CSS. So something like this would work.
.html_header_left .main_menu .avia-menu-text { color: red; }
Cheers!
Elliott