• Resolved emilyroro14

    (@emilyroro14)


    I can’t find how to change the color of the checkmarks on this list in the section under the hero. Can anyone direct me where to look to change the color of these or change the icon used?

    Thank you!!!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Have you resolved this with a custom CSS rule already?

    If so, please mark your post as RESOLVED.

    If not, then the color is being controlled by the following custom CSS you have in ADDITIONAL CSS:

    /*checklist*/
    .art-list-item path {
        fill: #000;
    }

    Change this fill color in this CSS rule to change the SVG icon color.

    Good luck!

    Thread Starter emilyroro14

    (@emilyroro14)

    Resolved, thank you George!!

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