Vantage
How do I remove the bullets from the “Recent Posts” Widget?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Save 30% on SiteOrigin Premium with our April sale. Use code APRIL30 .
This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.
How do I remove the bullets from the “Recent Posts” Widget?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Have a different question or issue?
Start New Thread
Replies
1The 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.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.