Site logo

[Resolved] Theme coach – buttons

Home Forums Support [Resolved] Theme coach – buttons

Home Forums Support Theme coach – buttons

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1956093
    Marke

    Hi,
    Where can I change the width of the front page CTA buttons to fit? https://juca-fi.hel8.wp-cloud.dev

    #1956124
    David
    Staff
    Customer Support

    Hi there,

    go to Customizer > Additional CSS – look for:

    .mc4wp-form input[type="submit"] {
        color: #ffffff;
        line-height: 34px;
        font-size: 16px;
        letter-spacing: 1px;
        width: 150px;
        border: none;
        border-radius: 2px;
        -webkit-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

    Delete the width: 150px; property

    #1956138
    Marke

    Thank You!

    #1956863
    David
    Staff
    Customer Support

    You’re welcome

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