Archived topic
Bullets won't show
5 replies · Started by Julie Ferguson on September 23, 2016
I looked through the forum, and can't find a solution or anything I've done to turn these off, but this is driving me crazy :)
Can you go look at this page and tell me why my bullets won't show? http://vhcenergy.com/vhc/services/
Thank you!
Gosh - one more thing related to bullets.... They are actually showing up on this page - http://vhcenergy.com/vhc/about/ - but there are indented bullets under "Decades of Experience" that I've added <ul type="square"> to so the indented items have a different bullet. They stay round though.
I apologize. I'm obviously missing something regarding bullets here!
~J
First post I resolved... SiteOrigin Page Builder was the conflict there.
It could be the conflict on the second issue too, but I'll try to figure it out more before I come whining to you guys again :)
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 :)
Thanks so much, Tom! All is well now :)
You're welcome :)