Hello, I want to change the color of submit button in contact form. I have add the following css code but it works only in mobile version, not in desktop.
#contact.main_color .avia_ajax_form input[type=’submit’] {
background-color: #5d8a88;
color: #ffffff;
border-color: #5d8a88;
}
Thanks for your reply. Please see the private content.
Hello, I have clear the cache but it works only in english menu (not in greek menu)
Hi,
I see that on the English page the section ID is #contact, but on the Greek page the ID is #epikoinwnia
I adjusted your css for this:
#contact.main_color .avia_ajax_form input[type='submit'],
#epikoinwnia.main_color .avia_ajax_form input[type='submit'] {
background-color: #5d8a88;
color: #ffffff;
border-color: #5d8a88;
}
Please clear your browser cache and check.
Best regards,
Mike
thanks a lot for your excellent support.