Hi, I want to leave the background color white but need to change the color of the top of form and bottom. What are the css codes to do that. I also want to change the text on bottom/submit button. How do I do that. - Thanks Sherri
Hello Sherri, I will be pleased to help you. For this please give me url of your website. Thanks Praveen
Hi Sherri, Please paste the code given below in custom css. (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard. Code: .ink-container .inkappointment_form_top { background: red; } .ink-container ul.inkappform input#submit { background: red; } Note: you can change color according to your need. You can change the text of submit button from apt-form.php Please follow below image. Thanks Praveen
Everything worked beautifully Praveen. Can you just tell me the css to change the hover color for the submit button. Thanks again Sherri
Hi Sherri, Please paste the code given below in custom css. Code: .ink-container ul.inkappform input#submit:hover { background: green; } Note: you can change color according to your need. Thanks Praveen