Support

Account

Home Forums Front-end Issues Bullet Points are not displayed from editor Reply To: Bullet Points are not displayed from editor

  • Nvm, found the solution. I added the following to my style.css

    li {
    
        list-style-type: disc;
     }