Hi,
is it possible to create a custom button with an image as background? See example below
@KetanKumar @Zworthkey could you help with this?
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
My website is https://www.rosieantwerp.com/
I would like to use following img as background of my button

Yes, this looks right! Maybe a little bit bigger
Only for the homepage buttons!
@KetanKumar did you find a way to do this?
yes, please try this code
.template-index .btn {
background: url(https://cdn.shopify.com/s/files/1/0562/7822/0953/files/button.png);
background-position: center;
background-size: contain;
background-repeat: no-repeat;
color: #000;
font-family: "RosieReg" !important;
font-weight: 600;
font-size: 20px;
}