Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1301410

    Hello! I have sub pages within a parent page. While the user is on the subpage, I would like the active indicator to also be active on the parent page as well. I’m not sure how to do this with CSS.

    On the page you can see that the subpage has an active state, but the parent page (periodontal) does not. Would like for periodontal to have an active state as well. Probably just have the menu item be black as the active state.

    Thanks guys!

    #1301648

    Hey,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #menu-services-left-nav li.current-page-ancestor a {
        background: white;
        color: #1db6be !important;
    }
    

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.