Home › Forums › Jevelin Theme › Set simple button
Home › Forums › Jevelin Theme › Set simple button
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
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
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 š