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

    Hi.
    I tried both method suggested from this post. However, this old method does not work in the latest version.
    Just like the other’s mentioned, there is bullet points in the editor of woocommerce product page but bullet points does not show in actual site page.

    How can we do this in new version of enfold theme ? We need something easy and fast.

    https://kriesi.at/support/topic/product-bullet-points-do-not-appear/

    https://kriesi.at/support/topic/bullet-points-not-appear-in-product-description/

    #1032304

    Hey WebManager11,
    I tested on my localhost with v4.5 , but I didn’t find any issues:
    2018-11-11-132454
    But if you are having issues, then please try this css in your Quick CSS or in the WordPress > Customize > Additional CSS field:

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

    If this doesn’t help please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #1032375

    Hi.
    Yes, I tried to add your code to Quick CSS. However, bullet points are still missing.

    You can probably have a look at this example page.

    There are no bullet points in the page at all. In the editor, I can see them only.

    #1032507

    Hi,

    Thanks for the link. Please try this CSS instead:

    .woocommerce-product-details__short-description ul {
        list-style: disc !important; 
        margin-left: 17px !important;
    }

    Best regards,
    Rikard

    #1032758

    Thanks so much. It is working.

    #1032791

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Woocommerce Product Page does not show bulllet points’ is closed to new replies.