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.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi 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
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
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.