Home>Support>Remove bullet points

Remove bullet points

I have a Recent Comments widget configured in my custom homepage sidebar that is showing a bullet point next to each comment. How can I remove the bullet points? On other pages, the bullet points do not show next to each comment in the widget.

URL: http://deegrowsup.com

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

  1. 9 years, 4 months ago Magus
    Hi, I Work Here

    Hi Dorie

    Please try adding the following to you Custom CSS using the editor at Appearance->Custom CSS

    .bwp-rc-ulist ul {
      list-style: none !important
    }
    

    Hopefully this will remove the bullet points.

    Let us know how you get on

    Magus

  2. 9 years, 4 months ago Daniel
    Hi, I Work Here

    Hi Dorie

    If i’m allowed to jump in here. The below custom CSS will align the wordings similar to the other pages. Navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    body.page-id-101 ul{
      list-style: none !important;
      margin: 0 !important;
    }
    
    body.page-id-101 .entry-content ul li{
      margin-left: 3px !important;
    }
    
    body.page-id-101 ul li a{
      text-decoration: none !important;
    }
    

    Let us know if this works out for you

    @Magus thanks for the input

    Cheers

  3. 9 years, 4 months ago Dorie Rochai Cross

    Hi Addo,

    Thanks that did the trick!

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