Archived topic
Changing the Color of the List
3 replies · Started by Rafy on April 8, 2022
Viewing posts 1–4 of 4
Hi,
I am trying to change the color of the content list, but when I try doing that, it affects the lists all over the site. Can you help me with the class that only targets the content list. Thank You!
Hi there,
limit your CSS to elements in the entry-content eg,
.entry-content ul {
/* your UL styles */
}
.entry-content li:before {
/* your LI:before styles */
}
Hi David,
Thank You very much :))
You're welcome
This archived topic is closed to new replies.