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

    Hi,
    I’m using the option “Display a sidebar navigation for nested subpages” and would like to customize the styling of the page-items & current page-items. Could you please help me to find the right selectors? E.g. .main_color .widget_nav_menu ul:first-child > .current_page_item didn’t work.
    Thank you

    #568305

    Hi dfsi!

    Try this out.

    aside .current_page_item a {
        color: red !important;
    }

    Best regards,
    Elliott

    #568512

    Hi Elliott,
    thanks for your reply! Unfortunately this didn’t work….

    #568737

    Hey!

    Please try this css in Enfold > General styling > Quick css

    
    .nested_nav li a {   
        color: #4C14BE!important;
    }
    
    

    Regards,
    Vinay

    #569284

    Thank you, it’s working fine! But not in the Quick CSS, only by using the file custom.css.
    Kind regards,
    Sonia

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Styling Page Sidebar Navigation’ is closed to new replies.