Hi,
I inserted some code into my site and I cant figure out how to change the font colors. Any way to change the Title colors above the input boxes?
Hey terishka1,
Thank you for the inquiry.
You can use this css code to adjust the font color of the input label.
.hs-form-7df4e25b-8b49-4718-ae95-3270055bfc2e_ad701363-174b-4fbb-bbd0-d2fc361bc222 .hs-form-field label:not(.hs-error-msg) {
color: crimson;
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael
Hi, So I added that code but it did not seem to change the text color for First Name*, Last Name, email, etc. Also there are 2 separate forms. I’m guessing I need 2 code snippets…