Bullet points not visible - by irish - on WordPress WooCommerce support

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

  • Avatar: irish
    irish
    Participant
    November 21, 2017 at 09:25

    Hello!

    When using bullet points in a text, they are not visible:

    https://totaladventure.nl/?post_type=product&p=21474&preview=true

    What is wrong?

    Please, contact administrator
    for this information.
    7 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 21, 2017 at 09:49

    Hello,

    You may add class="bullet-list"http://prntscr.com/hd7vvf
    and this code add in Custom css:

    .bullet-list li {
        list-style: inherit;
        margin-left: 18px;
    }

    Regards

    Avatar: irish
    irish
    Participant
    November 21, 2017 at 09:51

    Hi Rose,

    Thanks for the quick answer. But this is for a client and not very useful when she need to put codes in the text.
    Why does the text-editor not work then?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 21, 2017 at 09:54

    In this case, simply add this code in Global Custom css:

    .tab-description li {
        list-style: inherit;
        margin-left: 18px;
    }

    Regards

    Avatar: irish
    irish
    Participant
    November 21, 2017 at 10:01

    Yes perfect!
    Only in the short description it does not work: https://totaladventure.nl/?post_type=product&p=21474&preview=true

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 21, 2017 at 10:03

    I do not see content in your short description http://prntscr.com/hd83c2

    Regards

    Avatar: irish
    irish
    Participant
    November 21, 2017 at 10:08

    Ah, i think a did not save it well.
    Please take a look now 🙂 https://totaladventure.nl/product/yoga-pelgrimage-mallorca-4-tm11-mei-2018/

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 21, 2017 at 10:11

    Please change the previous code to:

    .tab-description li, .product-information .short-description li {
        list-style: inherit;
        margin-left: 18px;
    }

    Regards

  • Viewing 8 results - 1 through 8 (of 8 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.