Home › Forums › Jevelin Theme › Change color of contact form submit button
Home › Forums › Jevelin Theme › Change color of contact form submit button
Hi I am trying to change the colour of the subscribe button but nothing I try causes any changes.
When I try in inspect mode it has a strike through.
I tried adding custom CSS
#contact-form-7c59f023a6161c44a91b3c991e31260e.contact-form input[type=”submit”] {
color: #31354b!important;
}
but nothing happens.
Hi @Neverphased,
I hope you are well today and thank you for your question.
I tried to access your site to help you to change button color but your site homepage is not working and I am getting 404 error as shown in the attached screenshot.
Please make sure it is accessible so that I can help you.
Best regards,
Shufflehound team
My apologies for some reason the page was not published. I have published it now.
Solution for this topic
You can change its color by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.home #page-container #content .contact-form input[type="submit"] { background-color: #31354b!important; }
Thank you
#resolved
You are most welcome here 🙂