Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #431373

    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.

    #432104

    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

    #432105

    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?

    #432141

    Hi!

    Please change Ismaell’s code to following one

    .current_page_ancestor.menu-item-mega-parent > a {
      color: red !important;
    }

    Cheers!
    Yigit

    #432144

    Thanks Yigit, now it’s perfect!!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Menù style current’ is closed to new replies.