Bullet Points not showing
-
I have searched and searched and tried firebug (I had NO CLUE what I was looking for – but didn’t see any ul or ol or li strings anywhere.
I’ve tried all the different css code tweaks I’ve found. None of them seem to be working. I’ve now got the following in my Custom CSS Styling in Theme Options. Do I have too many? Are they confusing each other?
Here are two separate posts where I have bullets which are not showing.
https://www.litewriting.com/read-this-before-taking-any-photography-course/
https://www.litewriting.com/photographing-wildlife/ul {
list-style: disc;
padding-left: 20px;
}.type-post ul li {
list-style-type: disc;
margin: 0 0 0 30px;
padding: 0;
}.entry li {
padding-left: 0;
list-style-type: circle;
}ul {
list-style-type: disc;
margin-left: 1.5em;
}.entry ul {
padding-left: 20px;
list-style-type: circle!important;
}Would much appreciate a point in the right direction here!
- The topic ‘Bullet Points not showing’ is closed to new replies.