Please remove list-style "square" from sidebar widgets (code included)
-
Hi there,
Just a small favor to ask for a future version of the theme:
May you please remove the square icons from list elements in the left sidebar? This just looks really “bad” with a lot of the widgets. I achieved it myself adding the 3 lines of code to the CSS stylesheet, but of course this gets overridden everytime the theme will be update in the future:
/* =Widgets
———————————————– */
.widget-area aside ul {
list-style: none;
}(this should be around line #1771 in the style.css file)
THANKS A LOT ??
Oliver
- The topic ‘Please remove list-style "square" from sidebar widgets (code included)’ is closed to new replies.