Support

Account

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

Helping

Bullet Points are not displayed from editor

  • I’m trying to display bulleted points but for some reason it is not working.

    My php code:
    <?php the_field(‘completion’); ?>

    What it looks like on the editor:

    What it looks like on the website:

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

    li {
    
        list-style-type: disc;
     }
    
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Bullet Points are not displayed from editor’ is closed to new replies.