Hello!
I set a different colors for links in header in active/inactive mode. But, because of a few links direct at the same page (anchor links) – several links have the same color simultaneously.
How can I fix that?
Thank you very much in advance!
Regards,
Artem
Hello, Yigit!
Yes, sure, here is it.
Thank you in advance!
Best regards,
Artem
Hi,
Thank you for the link. Please add this in the Quick CSS field.
.current-menu-item .avia-menu-text {
color: red;
}
Adjust the value as you wish.
Best regards,
Ismael
Thank you very much, Ismael!
Best regards,
Artem
Hi,
Glad we could help :-)
Please let us know if you should need any further help on the topic.
Best regards,
Rikard
Hello, Rikard!
Just one more question, if I may: I added the code and everything is fine now except the one thing – I would like colors to change when moving the mouse on links. Take a look, please (in private section).
Thank you in advance!
Regards,
Artem
Hi!
Try to add this code in Quick CSS:
#avia-menu li > a:hover > .avia-menu-text {
color: #f9b31d;
}
Hope this helps.
Best regards,
Nikko
Hi!
Try to add this code in Quick CSS:
#avia-menu li > a:hover > .avia-menu-text {
color: #f9b31d;
}
Hope this helps.
Best regards,
Nikko
Thank you, Nikko!
That works like a charm. You can close this thread now.
Again, thank you very much and have a nice day.
Regards,
Artem
Hey Artem,
Glad we could help :)
Best regards,
Nikko