Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #548984

    Good afternoon,

    i would like to change the color of the square bullet points/lists on my website. How can I do that? I tried a lot of CSS, but it still doesn’t work. I want to have the bullets in orange and the content behind the bullets in a default black.

    Regards

    #549257

    Hey researchtools!

    Can you please show us your web site, so we can help you by targeting that specific area?
    Thanks a lot for your time

    Best regards,
    Basilis

    #550280

    Private Content

    #550842

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .single_toggle ul li a {
    color:black !important;
    }

    Best regards,
    Rikard

    #551228

    Thx Rikard, that makes all my content black, but I wanna that the links are orange, normal text black and the bullets orange :-D

    Regards

    #551940

    Hi,

    Try the following instead:

    .single_toggle ul li a {
    color:orange !important;
    }
    .entry-content-wrapper ul {
        color: black !important;
    }

    Regards,
    Rikard

    #553533

    THX!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Problem with the bullet points’ is closed to new replies.