Hide button from slideshow without removing the link

Hi Guys,

I would like to hide the button from slideshow without removing the link. I want to make the whole image a clickable link to all product page. I will be very grateful if you can help. Thank you!

URL: https://basicbastard.co/

Hi. @basicbastardco ,

Follow These steps,

Go to the online store theme and go to base.css file paste the code mentiond below.

.banner__buttons {
    display: none;
}

And Go to the online store theme and go to image-banner. liquid file and add this class. save now.

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Thank you trying to help. I tried but its not working.

Hi. @basicbastardco ,

can You share your store access?

What do mean by store access? Is this the collaboration code?

Please send me a code screen shot.

Hello @basicbastardco

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

a.button.button--secondary {
    color: transparent;
    --color-button-text: white;
}