Update color of the checkmark, circle and text on Thank You page

Hello,

I set my form to "hide form after submission", which CSS should I use to change the color of the circle, checkmark and text?

Dear @adasilva,
Try this Custom CSS in Theme settings:

.checkmark, .checkmark__circle{
    stroke: #0540CA!important;
    box-shadow: inset 0px 0px 0px #0540CA!important;
}

.checkmark-animation{
    box-shadow: inset 0px 0px 0px #0540CA!important;
}

.txt{
    color: #0540CA!important;
}
1 Like