Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1021332

    Any way to do this?

    #1021408

    Hey Pointbreakd,

    Please try the following in Quick CSS under Enfold->General Styling:

    .gform_footer #gform_submit_button_1 {
        padding: 15px 30px;
        border-radius: 3px;
        color: #ffffff;
        border-color: #36486a;
        background-color: #36486a;
    }

    Best regards,
    Rikard

    #1021634

    Thanks but that didn’t work (no change).

    #1021649

    Actually it made the submit button tiny.

    #1021835

    Hi Pointbreakd,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    
    #top .gform_wrapper input {
        border-radius: 3px;
        text-decoration: none;
        display: inline-block;
        margin: 3px 0;
        line-height: 1.2em;
        position: relative;
        padding: 15px 30px 13px;
        font-size: 13px;
        min-width: 139px;
        color: #ffffff;
        border-color: #36486a;
        background-color: #36486a;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1021900

    I’m not seeing the change – are you?

    #1021993

    Hi,

    Both buttons look pretty much the same on my end, please clear your browser cache and reload if you don’t see any changes.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.