Hello
I would like to change the color of the font and the field borders of my contact form to #cca870.
How can I do this?
Hi Carolina!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_ajax_form p {
color: #cca870!important;
}
#top div .av-light-form .input-text, #top div .av-light-form input[type='text'], #top div .av-light-form input[type='input'], #top div .av-light-form input[type='password'], #top div .av-light-form input[type='email'], #top div .av-light-form input[type='number'], #top div .av-light-form input[type='url'], #top div .av-light-form input[type='tel'], #top div .av-light-form input[type='search'], #top div .av-light-form textarea, #top div .av-light-form select, div div .av-light-form .button {
border-color: #cca870;
}
Regards,
Yigit
Hi Yigit
Thank you for the quick reply. It almost works!
If I go to the boron “Senden” it hovers a horrible pink color. How do I change it to #cca870, too?
Hey!
Please add following code to Quick CSS as well
.main_color .button:hover, .main_color .ajax_controlls a:hover, .main_color #submit:hover, .main_color .big_button:hover, .main_color .contentSlideControlls a:hover, .main_color #submit:hover, .main_color input[type='submit']:hover {
background-color: #cca870;
color: white!important;
border-color: #cca870!important;
}
Regards,
Yigit
Greatttt! Thank youuuu! :-D
Hi!
You are welcome! Your website looks so pretty.
Let us know if you have any other questions or issues :)
Regards,
Yigit
Hi Yigit
The contact form does not work at all. I don’t get the messages. What shall I do?
Best
Carolina
Hey!
Please refer to this post – http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/ and make sure that you have added correct email.
Best regards,
Yigit