Home › Forums › Education Method pro › Bullets not displaying › Reply To: Bullets not displaying
April 18, 2019 at 4:45 am
#2559
Keymaster
Hello,
Please add this css on style.css file or go to Appearance => Custommize after that at bottom you will see Additional css click over there and add this css
ul:nth-of-type(1) {
list-style-type: disc;
}
I hope this will work for you.
Thank you,

