Home Forums WoodMart support forum Product Short description bullet list

Product Short description bullet list

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #36943

    Blaze
    Participant

    The short description for any product present at right side doesn’t show the Bullets or Numbers.
    How can I fix this issue??
    I have attached a screenshot of it.

    Attachments:
    You must be logged in to view attached files.
    #36949

    Artem Temos
    Keymaster

    Hi,

    Could you please send us a link to your website where we can see this issue?

    Kind Regards

    #37089

    Blaze
    Participant

    I have given the link, please check.

    #37119

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .woocommerce-product-details__short-description > ul {
    	padding-left: 20px;
    }
    
    .woocommerce-product-details__short-description > ul > li {
        list-style-type: circle;
    }
    #37265

    Blaze
    Participant

    Thanks a lot 🙂

    #37299

    Artem Temos
    Keymaster

    You are welcome!

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Product Short description bullet list’ is closed to new replies.