Is it possible to set a global style that applies to all Sidebar Menu wigets?
I’m using custom sidebars on different sections of the website and I don’t want to have to custom the widget 10-15 times in order for the styling to be consistent.
Thanks!
OnPoint Plugins
There is no inherit way to do this through the plugin, however if you get one setup the way you like and send me a link to it, I can write some global CSS for you that will style all the widgets.
jmorrison
Thanks for the offer Mat.
Here is an example of how I have it styled:
https://mesotheliomahelp.cwdevelop.com/navy/ships/aircraft-carriers/
For some reason there is some heavy indenting of the different levels.
It also doesn’t fill the whole space when block styling is selected.
https://www.screencast.com/t/pujCkGbX
I changed the padding on the list to 0 but that affected the lists on the rest of the site.
https://www.screencast.com/t/k3rlVJ0xfZ9
I created a login in case you need it.
OnPoint Plugins
Good Morning Joel,
Here are the global styles based on your current menu settings. I have also taken care of the extra indents. You may the styles to your site any way you like. Here is a tutorial in case you need it.
jmorrison
Thanks Mat!
I added the code and the only thing that seems to be missing is the icons next to child pages with grandchildren.
In my example I was using the arrows.
How can I get those arrows added in?
OnPoint Plugins
The arrows are part of the accordion functionality. To add arrows you may enable accordions through the widget settings on each widget or to make all widgets automatically have this enabled you may add the following code to your active theme’s functions.php file.
jmorrison
Hey Mat,
OnPoint Plugins
I took a look at the mentioned page and the styles appear to be working now.
Also the mentioned working page URL currently goes to a 404 page.
Were you able to get this figured out on your own?