• Resolved vnonj

    (@vnonj)


    Hi,

    First of all, I really love your plugin.

    The active pages in the menu are not highlighted. For each level, in the “active” setting, I chose a color (fd85b7ff), but the texte in the menu remains black.

    It was working before, so I really don’t know the error that I’ve done.

    Please can you help me.
    Thank you !

    Valérie
    (France)

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ramona

    (@nextend_ramona)

    Hi

    I’m sorry for the late reply!

    Your problem is that your theme is overriding the color of various HTML elements using !important codes. This one, for instance, prevents you from seeing the pinkish color:

    dt.active a span {
        color: #333333 !important;
        font-weight: normal !important;
    }

    It’s coming from wp-content/themes/sterling-child-theme/style.css

    You should remove the !important from both properties, that will let Accordion Menu to set the colors.

    Thread Starter vnonj

    (@vnonj)

    Hi Ramona,

    Really thank you ! I was unable to find the solution on my own.

    it works perfectly!

    Thank you for taking the time to look into my problem and thank you for providing me a personalized answer.

    I am very touched.

    I wish you a very good day and thank you again!

    Valérie

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Active pages are not highlighted’ is closed to new replies.