Hi. I am desperate to replace the list style in the text widgets to just a basic square bullet. I’ve used inspect element to identify the style and removed the background image bullet entirely, changed to list-style: square and still the huge ugly purple circle with an arrow in it. Your plugin is integrated into AIT theme, Langwitch.
This is the CSS I tried to alter:
.entry-content > ul li::before { content: ''; width: 20px; height: 20px; background: url(http://www.partnershipforchildrenjoco.org/wp-content/themes/langwitch/design/img/lists.png) -60px 0px no-repeat rgb(107, 5, 150); border-radius: 100%; position: absolute; top: 0px; left: 0px;}
Here’s what I rewrote:
.entry-content > ul li::before {
content: ”;
list-style: square;}
Nothing seems to override the style. Please help – my client soooooo hates them – said they were the size of grapefruits. Thanks. Appreciate the help.
Hi
Try this under Appearance > Custom CSS: