Tagged: bullet point, change, Color
Hi there,
We are trying to have the bullet points on the following page match the font color “pink”. But they are showing up as black, how can we override the color and make the bullet points pink.
thanks again,
Ben
Hey a00109943,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.page-id-39 li::before {content: "•"; color: #ff0066;}
.page-id-39 li {list-style:none!important;}
Best regards,
Vinay
That worked great although now there are some bullet points at the top of the page lol
How do I remove those?
Ben