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 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).
the ‘scopri di più’ part
@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!