Styling of List elements - by maccandy - on WordPress WooCommerce support

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

  • Avatar: maccandy
    maccandy
    Participant
    September 18, 2018 at 20:50

    Hi,

    I have problems, styling list elements.
    The text is always black colored and with bullets. How can I change the color to the same color the theme uses for normal text an how can I change the bullets to the allowed values: arrow, circle, star, square, dash?

    Thx for help
    maccandy

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2018 at 07:05

    Hello,

    Please provide us with URL so we can take a closer look.
    Thanks in advance.

    Regards

    Avatar: maccandy
    maccandy
    Participant
    September 19, 2018 at 12:22

    Hello,

    the URL is for example https://www.prosalutem.de/ or https://www.prosalutem.de/unternehmen/ under details.

    Kind regards
    maccandy

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2018 at 12:50

    Hello,

    Thanks for the reply.
    Please add this code in Theme Options > Custom css:

    .content li {
        color: #767676;
        line-height: 1.8;
        list-style: square outside;
    }

    Read more – https://www.w3schools.com/Css/css_list.asp

    Regards

    Avatar: maccandy
    maccandy
    Participant
    September 19, 2018 at 14:01

    Hi,

    thanks, now it works. I tried to solve the styling directly in the content element, not in global css.

    Kind regards
    maccandy

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 19, 2018 at 14:06

    Hello,

    You’re welcome!
    Have a nice day.

    Regards

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

The issue related to '‘Styling of List elements’' has been successfully resolved, and the topic is now closed for further responses

Helpful Topics

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