Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #606136

    Hi, I use the widget “Sidebar Pages” for the Sidebar on some pages. I think there is a little bug in the stylesheets. The current page with its subpages is highlighted with borders and a different background color. If a subpage is active this highlighted style isnt active. How can I activate it? Cannot find the options in enfold settings. You can see what I mean in the following screenshots:

    Correct

    Incorrect

    #606155

    Hey!

    Try adding this code to the Quick CSS:

    .sidebar .widget_nav_menu .current_page_ancestor{
        padding-left: 51px;
        left: -51px;
        top:1px;
        margin-top: -1px;
        padding-top:1px;
        width:100%;
        box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
        margin-bottom: 4px;
        background: #fcfcfc;
    }

    Cheers! 
    Josue

    #606202

    Wow thank you, that was fast! :)

    #606207

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Sidebar Pages’ is closed to new replies.