When entering your request information in the Contact Page, the text color is a very white pale color. How can we change that? Thanks
Hello, Paste following CSS in Custom CSS. Code: .page_content .content_bar .contactform input[type="text"], .page_content .content_bar .contactform input[type="email"]{ color: desired color; font-size: desired size; } Thanks & Regards Yogesh Bhade
Thanks! It only worked partially. The message box is still with the default color. Also, on an iPad or iPhone, the color chosen also comes up with the old default. Thanks
Hi, Paste following CSS in Custom CSS to change color of message box. Code: .page_content .content_bar .contactform textarea{ color: desired color; font-size: desired size; } Please provide us your website link to see iPad and iPhone issues with screenshot. That will resolve your issue. Thanks & Regards Yogesh Bhade