Archived topic
Buttons? Theme Coach
1 reply · Started by Marke on October 5, 2021
Viewing posts 1–2 of 2
Hi,
Where can I change the width of the front page CTA buttons to fit? https://juca-fi.hel8.wp-cloud.dev
Hi there,
go to Customizer > Additional CSS and look for this rule:
.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;
}
remove the width: 150px; line.
This archived topic is closed to new replies.