• Hello, can you help me?
    I’m trying to indicate the style of the active page in the menu with an underline, but I can’t, I used this code but it doesn’t respond….
    Thanks!

    #site-navigation-wrap .dropdown-menu >li >a:active{
    text-decoration: underline;
    }

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @gusum,
    Thank you for reaching out,

    Please use this class: “.current_page_parent” on your CSS

    For instance:

    #site-navigation-wrap .dropdown-menu > li.current_page_parent  > a {
        text-decoration: underline;
    }

    I hope that helps.
    Best Regards

    Thread Starter GUSUM

    (@gusum)

    Hello, Shain,
    Thanks for your reply.
    I’ve tried the css code, but I can’t get it to work….

    You’re very welcome. I’m glad we could help.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘A active css’ is closed to new replies.