Home Forums Education Method pro Bullets not displaying Reply To: Bullets not displaying

#2559
arjun
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,