Hi,
Just wondering how I can change the appearance of the first CTA button on the Shapely theme.
I managed to changed the colours on any subsequent buttons under layout options but do I need a code to change the first button?
Hi,
Just wondering how I can change the appearance of the first CTA button on the Shapely theme.
I managed to changed the colours on any subsequent buttons under layout options but do I need a code to change the first button?
Hello there,
I hope you are doing well today.
You can use the following CSS code to change the button colors by going to Appearance > Customize > Additional CSS and pasting it there.
/*Button colors*/
#header .bottom-header .header-button-one {
background: red;
border: 3px solid white;
color: #fff;
}
Best Regards,
Support