Custom CSS no longer working Resolved Requested: 1 year and 7 months ago Hi, You did some styling for me last year and I’ve just noticed that it’s stopped working. I’m not sure why or when this happened. Is there any chance you could help? Many thanks Paul
OnPoint Plugins 1 year and 7 months ago Hi Paul, Could you point me to the styling you are referring to?
Paul Swindell 1 year and 7 months ago it was under this request https://onpointplugins.com/plugin-support/extra-styling-for-sidebar-menu/
OnPoint Plugins 1 year and 7 months ago Hi Paul, It appears the id of the widget has changed. I have updated the custom CSS to be target all Advanced Sidebar menus so the widget won’t lose its styles if the id changes again. /** * Background and side line on the currently selected parent and child */ .advanced-sidebar-menu .child-sidebar-menu > .current_page_ancestor, .advanced-sidebar-menu .child-sidebar-menu > .current-menu-item { border-left: 5px solid #952783; background: #eee; list-style: none !important; margin: 0 0 10px -15px !important; padding: 15px !important; } /** * A little extra space between the parent and the children. */ .advanced-sidebar-menu .child-sidebar-menu > .current_page_ancestor ul, .advanced-sidebar-menu .child-sidebar-menu > .current-menu-item ul { margin-top: 10px; } /** * Line between each menu item */ .advanced-sidebar-menu .child-sidebar-menu > li { border-bottom: 1px solid #eee; padding: 15px 5px; list-style-position: inside !important; } Have a great day!
Hi Paul,
Could you point me to the styling you are referring to?
it was under this request
https://onpointplugins.com/plugin-support/extra-styling-for-sidebar-menu/
Hi Paul,
It appears the id of the widget has changed.
I have updated the custom CSS to be target all Advanced Sidebar menus so the widget won’t lose its styles if the id changes again.
Have a great day!
That’s great, thanks!