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.

Remove bullet points

Resolved 3 replies premiumthemetheme-vantage
10 years ago · Last reply by Dorie Rochai Cross 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Magus Staff 10 years, 10 months ago

    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. Daniel Staff 10 years, 10 months ago

    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. Dorie Rochai Cross 10 years, 10 months ago

    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.

Have a different question or issue?

Start New Thread