Hi
Is it possible that i can have a different style of the mobile menu link, wich page is currently visited. For example like on this page http://www.idc-marketing.at/. If i visited for example the page “Leistungen” and i open the mobile menu again i can see that i am on the page “Leistungen” because of the different background color.
I have allready tried different pseudo-css-classes but that doesn`t help. Do i have to create a seperate class and where can i define the class for the links in the mobile menu.
Thanks
M_AVT
Hey M_AVT,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hey Victoria!
Thanks for your prompt reply. I have installed the website local, so i can’t send you a link. I want the mobile menu like on the page i have namend before http://www.idc-marketing.at/.
Is it possible to create a custom css class for the links of the mobile menu?
Thanks and best regards
M_AVT
Hi M_AVT,
We need to see the actual css and html to be able to propose a solution for you. Please get back to us when you get the website to some testing server.
Best regards,
Victoria
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top #wrap_all #header #av-burger-menu-ul > li.current-menu-item a {
color:red!important;
font-weight:bolder;
}
Best regards,
Vinay
Hi Vinay
Thanks for your prompt reply, but the current link still looks the same like the other links.
Hi,
Please try this instead:
#av-burger-menu-ul .current-menu-item .avia-menu-text {
color:red !important;
font-weight:600 !important;
}
Best regards,
Rikard
Hi Rikard!
Thanks for helping, this code works.
Thanks and best regards
M_AVT
Hi,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi Rikard,
i don`t need any further help on this topic, it works fine
Thanks
Hi,
Thank you for letting us know we do appreciate it a lot.
Best regards,
Basilis