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.

Replies

1
  1. Greg Priday Staff 11 years, 10 months ago

    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.

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.

Have a different question or issue?

Start New Thread