bullet points round and indent
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.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi 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
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
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.