Hello, the code for coloring the list items would be:
.avia_textblock ul li {
color: red !important;
}
but what if i only want the litte circle in front ot the text to color red, not the rest of the text?
best regards, jelle
Hey jeel147,
Please try this css:
.avia_textblock ul li::marker {
color: red!important;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
works perfectly, Mike!
thanks
best regards, jelle
this ticket can be closed…
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike