Set simple button

Home Forums Jevelin Theme Set simple button

Home Forums Jevelin Theme Set simple button

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • Ulf Meyer
    Participant

    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.

    Ulf Meyer
    Participant

    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;
    }

    Ulf Meyer
    Participant

    Perfect thanks. That was what I was looking for.

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)