Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #194415

    Hi,

    Can you please tell me how to make bullet points appear on products. It shows in the editor but not on the site.

    gopurelabs.com

    Thanks,
    Corby

    #194423

    Hey corbono!

    Can you elaborate? Screenshot of the issue would be helpful

    Best regards,
    Yigit

    #194782

    Hi Yigit,

    As you can see below when I add bullet points on the back end of wordpress the bullets show up in the product description area.

    Back end photo
    http://gopurelabs.com/?attachment_id=2666

    However on the front end they don’t show up after saving.

    Front end photo
    http://gopurelabs.com/?attachment_id=2667

    Hope this helps.

    Corby

    #194789

    Hi!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    .woocommerce-tabs ul { list-style-type: disc; }

    Regards,
    Yigit

    #306011

    Hi! I’m having the same problem, but for me it happens in the upper area, so above the Add to cart button! It worked during the day, but it’s not working anymore. After I used a copy paste, it went wrong. Can’t really understand the reason.

    • This reply was modified 9 years, 8 months ago by Padlee.
    #306102

    Hi!

    @Padlee: Yigit’s suggestion should work. Please give us link to the product page with the list items. We would like to check it. Please try this:

    .woocommerce-tabs ul, .woocommerce-tabs ul li, .woocommerce ul li, .woocommerce ul { list-style-type: disc; }
    

    Cheers!
    Ismael

    #306226

    With this code

    .woocommerce ul { list-style-type: disc; }

    It appears, but not only in the place i want, it also appears in the menu etc.

    Check the chaos out here:

    #306244

    Hi!

    Please use following code instead

    .woocommerce .single-product-summary ul {
    list-style: disc;
    }

    Regards,
    Yigit

    #306250

    Awesome, it worked! Thanks! Is there any known reason that makes this happen by the way?

    #306253

    Hey!

    They were removed for styling purposes. You are welcome! Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Product Bullet Points Do Not Appear’ is closed to new replies.