videomatt32 Posted January 25 Posted January 25 Hello, For some reason, the "Contact Us" button color reverts back to black in the site navigation when on the contact page. How can I change it so that the border color is always #F4B032? www.blackoakvisuals.com/contact
Solution abc Posted January 25 Solution Posted January 25 Try this: .primary-button-style-outline .sqs-button-element--primary { border-color: #F4B032 !important; color: #F4B032 !important; } .primary-button-style-outline .sqs-button-element--primary:hover { color: #fff !important; background: #F4B032 !important; }
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment