CMS Development

Mahu
Member

How to change checkbox field label color?

Hi,

 

I created this Hubspot form, but I can't figure out how to change the color of the label on the highlighted field.

 

Any thoughts on how/where to fix this?

 

Thanks!

Form_example.png

0 Upvotes
1 Reply 1
prosa
Top Contributor

How to change checkbox field label color?

you may be able to change it using if you want to make it only for this page add it in the head tag

form input[type="checkbox"] {
  color:#fff;
}
If this post helped you resolve your issue, please consider marking it as the solution. Thank you for supporting our HubSpot community.
0 Upvotes