Archived topic
Bullet points in unordered lists
1 reply · Started by Key Largo on September 20, 2017
Viewing posts 1–2 of 2
I have installed the plugin "WordPress Popular Posts" ("Beliebte Beiträge" in the frame on the richt side of the homepage), but the bullets that are actually shown in an unsorted list are missing.
can someone give me a tip on that?
the homepage: tee-fokus.de/
thx!
Hi there,
Give this CSS a shot:
.wpp-list li {
overflow: visible;
}
.sidebar .widget ul li {
list-style-type: disc;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.