Home>Support>bullet points round and indent

bullet points round and indent

By MJ, 9 years ago. Last reply by Magus, 9 years ago.

Hi, I’m trying to tweak the bullet points away from solid squares, not looking for open circles either, to round solid bullet points – like the style on this events page from another forum here on your site –

http://smartmove.co.in/event/the-mystery-soul-of-the-indigenous-arts-of-india/

My page currently looks like this – http://imsone.com.v3.cloudsites.gearhost.com/aa/amerigard-engine-for-life/

I managed to get the round circle bullet point by removing the tags in the text editor option in Visual Editor widget, but the indent is gone.

Can this be done with code?

Thanks!

Matt

URL: http://imsone.com.v3.cloudsites.gearhost.com/aa/amerigard-engine-for-life/

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, 3 months ago Magus
    Hi, I Work Here

    Hi Matt

    You can change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    .textwidget ul {
        list-style-type: disc;
    }
    

    Let us know how you get on

    Magus

  2. 9 years, 3 months ago MJ

    Excellent!

    Sorry for the delay. I didn’t see a response email come through for this, but this solves it.

    If I may ask how would I remove a single bullet point that appears next to an image on a woo commerce product page? I have multiple products in 4 columns. Each product pic has a bullet to the left. It looks to be an Unordered list.

    Thanks again!

    Matt

  3. 9 years, 3 months ago Magus
    Hi, I Work Here

    Hi Matt

    Please try adding the following to your custom CSS

    .woocommerce .products ul li, .woocommerce ul.products li {
        list-style: none !important;
    }
    

    If this does not work could you please provide a link to a page displaying the issue

    Thanks

    Magus

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