Where can I set the style of the buttons in Jevelin Theme?
Hi @Ulf Meyer,
I hope you are well today and thank you for your question.
If you have created Button from visual page builder then you can changes its style from button settings as shown in the attached screenshots.
Best regards, Shufflehound team
Attachments: You must be
logged in to view attached files.
Dear Shufflehound Team,
sorry I should have been more accurate in my question. I am looking for a generall setup which buttons the email from is using. I just choose contact form style 1 and it has a button with round corners – which I want to switch to simple button four square – how can I do that?
Thank you
Attachments: You must be
logged in to view attached files.
Solution for this topic
You can achieve it 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 .contact-form input[type="submit"] {
border-radius: 0 !important;
} Perfect thanks. That was what I was looking for.
You are most welcome here 🙂
Popular choice Professional Developers At Your Fingertips! If you need services beyond standard support, we've got your back!
Let's get started
Services we offer: Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.Got it