How can I change the button color in the image banner section?

Hello guys, I’m having problems changing the colour of the button under the image banner section, anyone who can help me, please?

Thanks in advance

Hello @digiovannidiego ,

Please share:

  • your store URL;

  • page URL or screenshot of the mentioned issue;

  • storefront password (if your store has one).

Hi @Usman-Ramzan

@digiovannidiego try this code.

.banner__content .banner__box .banner__buttons .button {
	width: 200px;
}

Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->base.css.liquid

NOTE: Change 200px for what size you want for your button.

Problem solved! Thank you very much!

It’s my pleasure to help you!