Tagged: bug, design, sidebar pages, style, Widget
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:
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
Wow thank you, that was fast! :)
You are welcome, glad to help :)
Regards,
Josue