Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #678489

    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

    #678623

    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

    #678686

    That worked great although now there are some bullet points at the top of the page lol

    How do I remove those?

    Ben

    #680229

    Hi,

    Please change the code to following one

    .page-id-39 .entry-content-wrapper div li::before {content: "•"; color: #ff0066;}
    .page-id-39 .entry-content-wrapper div li {list-style:none!important;}
    

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.