I am using the ride theme. I have added the standard contact form to my contact page, however it appears that the submit button below the contact form is actually invisible. Can you please help!
Please share the store URL
Follow these steps:
-
Go to Online Store → Theme → Edit code
-
Open your base.css file and paste the following code at the bottom:
.contact__button .button {
border: solid 1px;
color: #fff;
}
.contact__button .button:hover {
color: #fff;
border: solid;
}
Perfect, THANK YOU!
1 Like