Home>Support>Vantage

Vantage

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?

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 11 years, 3 months ago Greg Priday
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More