Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1347624

    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?

    #1347652

    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

    #1347748

    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…

    #1347755

    Hi,
    Thank you for the link to your site, unfortunately, these two forms are loaded in iframes so you can not change the font colors with css on your site, you will need to make the adjustment at where you get the code for the form.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.