Changing Button Color

Hi, I used the custom CSS code that I found in some other threads to change the feature items on the homepage to black and I used the customisation section to change the button color on the front page to Black (with white text).

However, on the Contact page the button is still purple and if text link is clicked on it also shows purple after the link has been visited.

How would I go about changing these couple of features? Can you recommend any custom CSS code?

Thank you.

Hi @angh5,

I hope you are well today and thank you for your question.

Could you please share me the Contact page URL from your site where the button is displaying and tell me what color you want to apply on it so that i can help you to achieve it?

Kind Regards,
Movin

Hi Movin,

Thank you so much for your help.

The Contact Page URL as requested: http://tidalmassage.com.au/contact/

Kind Regards, angh5

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other



#page input[type="submit"] {
    background: #000;
    border-color: #000;
}