Home Forums WoodMart support forum how can change form submit button radius

how can change form submit button radius

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #387446

    iconcomputers79
    Participant

    how can change form submit button radius

    #387503

    Hello,

    Please provide the URL of the page to check it myself and help you out accordingly.

    Best Regards

    #387506

    iconcomputers79
    Participant

    Pls check attachment

    #387538

    Hello,

    Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS Section:

    html .wpcf7 input[type=submit] {
        border-radius: 15px;
    }

    Best Regards.

    #387549

    iconcomputers79
    Participant

    I am trying this but not work

    html .wpcf7 input[type=submit] {
    border-radius: 10px;
    }

    #387708

    Hello,

    The CSS should work. It seems that there are SYNTAX errors in the Custom CSS input.

    Please make sure that there are no SYNTAX errors then check back.

    If you are still unable then provide the admin panel login details of the website.

    Best Regards

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