• Resolved Sea Jay

    (@jcollier)


    I wish to style the current page in a sidebar menu:

    Parent
    – Child
    – Child
    – Child

    However, when I use this CSS to style the current page item …

    .advanced-sidebar-menu li.current_page_item a:first-child {
        font-weight: bold;
    }

    … all children are also styled.

    Parent
    – Child
    – Child
    – Child

    How should I change the CSS so the children of a current page are not styled?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Sea Jay

    (@jcollier)

    Let me know how I can make the question clearer.

    Thread Starter Sea Jay

    (@jcollier)

    I believe I have answered this with the assistance of the ASM Pro sidebar. I will follow up with the support forum there.

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

The topic ‘Styling current_page_item’ is closed to new replies.