Archived topic
Widget Bullets are Missing
3 replies · Started by Anthony on June 14, 2018
Hello,
After a recent update I am no longer able to display widget list items as bullets in the sidebar.
In the past, this CSS worked:
.widget ul li {
list-style-type: square;
}
It doesn't work now. Apparently something has changed. What CSS would I use now to display list items in a widget as bullets?
Thanks!
Hi there,
Try this instead:
div.sidebar .widget ul li {
list-style-type: square;
}
Let me know :)
Thank you!! That fixed the problem.
Once again, thank you for making the best Wordpress theme out there. I've tried many over the years, and Generatepress is one of the most powerful and flexible themes that I've run across. Please keep up the terrific work.
Thank you! I really appreciate that :)