Hello,
Does anyone know how to change the colour of the ticks? I would like to change them from black to white
Thanks,
Natalie
Hello,
Does anyone know how to change the colour of the ticks? I would like to change them from black to white
Thanks,
Natalie
Can you share with me the page url
Hi @FOP
I’m Richard Nguyen from PageFly- Free Landing Page Builder
You can try with this code.
Follow this:
Go to Online Store->Theme->Edit code->base.css->paste bellow code in bottom of file
input[type=‘checkbox’] {
accent-color: #b96dad !important;
}
Hope that my solution works for you.
Best regards,
Richard | PageFly
@PageFly-Richard this changed the colour of the tick to white but removed our custom coloured checkbox to another colour
Hi @FOP
Sorry I missed your message
Please try again with this code:
input[type=‘checkbox’]#garment-bags {
accent-color: #b96dad !important;
}
@PageFly-Richard this also does not work, this only changed one of the two boxes and once again, the colour was wrong. The pink colour I have now is correct, I just want to change the tick from black to white