Hi,
I created a list here: http://2e6.274.myftpupload.com/?p=13822
I tried using span to change the color of the text but that wont work. I want the bullet pink and the text black. How can I acheive this?
TIA
Rena
Hi,
I created a list here: http://2e6.274.myftpupload.com/?p=13822
I tried using span to change the color of the text but that wont work. I want the bullet pink and the text black. How can I acheive this?
TIA
Rena
Hi Rena,
Thank you for reaching out to us. I checked your list and I see instead of assigning a class you’ve added a class list-text
in a style attribute which is not right (see screenshot)
It should be <span class="list-text">
. Please assign it as a class and then add the following code in the Theme Options > CSS:
.list-text {
color: #000;
}
I tested the above code using Chrome’s developers tools and it works as expected (see screenshot)
Let us know how this goes!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.