I’d like to adjust Advanced Sidebar Menu Page Menu widget: Block/text separator lines and hover states. Does it have features for this or do you have a reference to developer docs or samples for these things?
The widgets use ids as CSS identifiers which are pretty strict and therefore require ids or a series of tags that create a higher priority to change pre-defined things like colors.
For example, if you widget has the id of #advanced_sidebar_menu-2 you may change the hover color to yellow using the following CSS.
If you wanted to change the border (separator line) size you may do so with the following CSS.
Hi Daniel,
The widgets use ids as CSS identifiers which are pretty strict and therefore require ids or a series of tags that create a higher priority to change pre-defined things like colors.
For example, if you widget has the id ofÂ
#advanced_sidebar_menu-2
you may change the hover color to yellow using the following CSS.If you wanted to change the border (separator line) size you may do so with the following CSS.
Hope this helps!
Hello,
I wanted to stop in to mention that hover styles are now available in version 8.2.0+ of this plugin.
Have a great day!