Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
How do I remove the bullets from the “Recent Posts” Widget?
The following CSS should remove the bullets from all instances of the widget.
.widget_recent-posts ul { list-style: none; margin: 0; } .widget_recent-posts ul li { margin-left: 0; }You can enter this in your custom CSS editor by navigating to Appearance > Custom CSS, or if you’re using a child theme you can add it to your child theme’s stylesheet.