Archived topic
Widget Bullet Points not showing
3 replies · Started by Leanne on December 27, 2020
Hi,
Please take a look at the first sidebar widget area. The bullets are not showing up. If I change it to numbered bullets they show up, but I want bullets not numbers.
Can you help me with this.
Hi,
You can try adding this CSS so the list style displays for the widget:
#text-3 ul li {
list-style-type: disc;
}
You can remove the bullet points added within the list after adding this so there's no bullet duplicates.
Thank you.
That worked perfectly.
Leanne
Nice one. Glad it worked for you. No problem. :)