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
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
Private Content
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.single_toggle ul li a {
color:black !important;
}
Best regards,
Rikard
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
Hi,
Try the following instead:
.single_toggle ul li a {
color:orange !important;
}
.entry-content-wrapper ul {
color: black !important;
}
Regards,
Rikard