• Resolved belgirlinaz

    (@belgirlinaz)


    The theme we are using – Blogosphere is removing the bullet points and numbers from our recipes. Have tried overriding with CSS but its not working. Any ideas?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Brecht

    (@brechtvds)

    Try adding the following to “Recipe CSS” on the WP Recipe Maker > Settings > Custom Style page:

    .wprm-recipe ul > li {
        display: list-item;
    }
    Thread Starter belgirlinaz

    (@belgirlinaz)

    YES! That worked! Thanks so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bullet points and numbers are missing’ is closed to new replies.