Comments 1koenhendrickx started the conversationApril 2, 2020 at 11:59amHi there,I've been searching all morning, but I cannot get this 'orange' label to turn white: https://share.getcloudapp.com/2NuBN1zyIt's a contact form made in Contact Form 7 which submits data to CampaignMonitor.com. Thanks a lot.Koen 3,022Andrew repliedApril 2, 2020 at 1:16pmHi there,Use the following custom css in Salient > General settings > CSS/Script related: .wpcf7-checkbox .wpcf7-list-item-label { color: red !important; } Hope this helps. 1koenhendrickx repliedApril 2, 2020 at 1:51pmPerfect, it solved the issue. Now that we're here in this class: can I make the checkbox next to it a little larger? (same screenshot).Thanks a million!Koen 3,022Andrew repliedApril 2, 2020 at 6:46pmHi Koen,Try the following: .wpcf7-checkbox input[type="checkbox"] { width: 20px; height: 20px; } Hope this helps. 1koenhendrickx repliedApril 3, 2020 at 7:16amThanks a lot Andrew. All good! Sign in to reply ...
Hi there,
I've been searching all morning, but I cannot get this 'orange' label to turn white: https://share.getcloudapp.com/2NuBN1zy
It's a contact form made in Contact Form 7 which submits data to CampaignMonitor.com.
Thanks a lot.
Koen
Hi there,
Use the following custom css in Salient > General settings > CSS/Script related:
Hope this helps.
Perfect, it solved the issue.
Now that we're here in this class: can I make the checkbox next to it a little larger? (same screenshot).
Thanks a million!
Koen
Hi Koen,
Try the following:
Hope this helps.
Thanks a lot Andrew. All good!