Home › Forums › Jevelin Theme › Contact form – success alert mesage color
Home › Forums › Jevelin Theme › Contact form – success alert mesage color
Hi There,
Can you please let me know how can I change the success message color for the wording on the alert that is displayed after hiting the submission button of a contact form? This wording is displayed in green on the screenshot attached and I would like to use the brand pink HEX #e30450
Many thanks,
Rocio
Hi Rocio,
I hope you are well today and thank you for your question.
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
.contact-form .fw-flash-message { color: #e30450; }
Best regards,
Shufflehound team