How to hide banner buttons on desktop but display on mobile?

I would like to have the buttons on the header banner only shown in mobile, not on the desktop.

is there any code to hide the buttons for desktop view?

Hi there,

Sure, you can hide specific buttons on desktop, through CSS and using media queries. Below you can see an example.

@media (min-width (768px) {
.exampleButton {
display:none;
}
}

If further assistance is required, please share your website link.

Regards

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.