Site logo

Archived topic

Theme coach - buttons

3 replies · Started by Marke on October 7, 2021

Viewing posts 1–4 of 4

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

Thank You!

You're welcome

This archived topic is closed to new replies.