Reply To: Bullets won't show

Home Forums Support Bullets won't show Reply To: Bullets won't show

Home Forums Support Bullets won't show Reply To: Bullets won't show

#229010
Tom
Lead Developer
Lead Developer

Ah yea, lists in a container with the .widget class don’t have bullets. Looks like you got that one sorted.

If you want all bullets to be square, you can try this CSS:

ul {
    list-style-type: square;
}

Let me know if that helps or not 🙂