Home › Forums › Jevelin Theme › Styling of Contact Form
Home › Forums › Jevelin Theme › Styling of Contact Form
Hi – How can i get access to style the contact form element on this page. I need to change the background and position of the “message sent” element. Its appears at the top of the page after the form is filled in, but it needs to appear above the form itself and also I need to change the background color which is not in line with my theme.
http://wicked-web.co.za/gludemo/#contact
Many thanks
Hi @WendyM,
I hope you are well today and thank you for your question.
You can change its background 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
#page-container .fw-flash-messages > ul.fw-flash-type-success { background-color: #537090; }
You can’t change message position as the unyson contact form content element always display it at the top.
Best regards,
Shufflehound team