I would like to change the color of the light transparent contact form. Right now the text and borders are white, but I would like to change them to #fff2d6
Here’s a screenshot of what I’m talking about.
Thank you so much, I’m really enjoying using this theme!
Hi GregDunn,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Link below.
Thank you!
Hi!
“Sorry, we’re being built!”. Can you please post temporary logins here privately as well so we can inspect the elements on your page and provide you an accurate solution? :)
Regards,
Yigit
Hi,
Thanks for the details, please try the following in Quick CSS under Enfold->General Styling:
#top div .av-light-form input[type='text'], .av-light-form .button {
color: #fff2d6 !important;
border-color: #fff2d6 !important;
}
Best regards,
Rikard
Very cool. It (mostly) worked! There are two areas that didn’t change color though.
Here’s the link if the embedded image didn’t load.
I circled them in the image. Any idea what could be causing it?
Thank you so much for your help, you guys are awesome!
Greg
Hi Greg,
Thanks for the screenshot, please try adding this CSS as well:
#top .avia_ajax_form .text_area, form h3 {
color: #fff2d6 !important;
border-color: #fff2d6 !important;
}
Best regards,
Rikard
Thank you Rikard! It worked!
Much appreciated.
Have a good one,
Greg
Hey!
Glad it’s fixed :)
Cheers!
Nikko