Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1060320

    Hi,

    In the short product description next to the product photo, the bullet points are not showing even though they are selected in the editor. I tried the CSS from the other threads describing the same issue, but no success. Could you please advise on how to show the bullet points?

    Thanks!

    • This topic was modified 5 years, 8 months ago by designyvr.
    #1061249

    Hey designyvr,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .woocommerce-product-details__short-description ul {
        margin-left: 30px;
    }
    
    .woocommerce-product-details__short-description li {
        list-style: disc;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1061263

    Thank you for your help Victoria! This is perfect!

    #1061925

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.