Hi,
I have a problem with a menù style in a current options.
I’d like that when I’m in the current page the link of this page also in the portfolio item under this page, is red without the red line under the link.
Hi Serena!
Thank you for using Enfold.
Add this in the Quick CSS field:
.current_page_ancestor.menu-item-mega-parent a {
color: red !important;
}
Cheers!
Ismael
Hi Ismael,
I add the code, the link becomes red but also all the links of the megamenu’ of this area become red, and with mouseover, I can’t read the text because I made the background red!
See in the page.
What can I do?
Hi!
Please change Ismaell’s code to following one
.current_page_ancestor.menu-item-mega-parent > a {
color: red !important;
}
Cheers!
Yigit
Thanks Yigit, now it’s perfect!!!