I am trying to update our sidebar so it blends with the site instead of looking like a section and I have tried two methods by using the sidebar setting and using a widgetised sidebar setting, both show me problems:
1. Sidebar setting - how do I make sure the background is the same as the theme and remove the line break as well?
2. Widgetised Sidebar - blends better and I can do more with this, but then bullets appear next to the menu items - how do I remove these?
Thank you
Comments
aside ul {margin:0 !important;
}
aside ul li {
list-style:none !important;
}