Bullet List on Product page - by cleolc - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler

  • Avatar: cleolc
    cleolc
    Participant
    June 26, 2017 at 17:08

    bullet lists are not displayed on woocommerce product pages.

    Referring to another thread in the forum I did try to add the following code to the Global Custom CSS section with no luck. Can you tell me what code needs to be added so my bullet points display? Thanks.

    ul {
    list-style: disc inside none;
    color: #000;
    }

    Example of bullets not displaying.
    https://dmeracing.com/product/front-rack-fuel-cell-gsxr-1000/

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 27, 2017 at 10:02

    Hello,

    Please try this code (Theme Options > Custom css):

    .single-product li {
        list-style: inside disc none;
    }

    Regards,
    Rose Tyler.

    Avatar: cleolc
    cleolc
    Participant
    July 6, 2017 at 03:28

    Thank you for your help, that fixed it.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 6, 2017 at 08:12

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.