Plugin Contributor
Lap
(@lapzor)
I notice you added some custom css to the checkbox itself. Note that there should not be a ; between the color code and !important.
Instead of applying the CSS to the checkbox, this is how you apply it to the text itself via a “span”:
<span style="color: #484f56 !important;">I have read and agree to the Privacy Policy.</span>
Hope that helps. If you have any questions, please let me know!
Hi, thanks for response.
It’s a checkbox.
<input style="color: #484f56;!important" type="checkbox">I have read and agree to the Privacy Policy.
Problem persist. Help please.
https://prnt.sc/Qu05p10MC2rA
Hey @rodrigor17,
Do you want to change the color of the text next to the checkbox or the color of the checkbox?