Hi,
How can I get the button label (for items on homepage) to appear on photos for mobile view like it does for desktop?
Hi,
How can I get the button label (for items on homepage) to appear on photos for mobile view like it does for desktop?
Hey there @Tiye ,
Are you able to provide your store URL so I can provide the solution here?
Hey again @Tiye ,
I see the buttons you want on the mobile view too, are only for desktop (i.e their sizes, etc.) for mobile view there are different buttons. The desktop buttons are hidden on mobile and mobile buttons are hidden on desktop using media queries. So what you’ll need to do is to remove the mobile buttons, remove the media queries that hide desktop buttons on mobile then use other media queries to adjust the size of the button on different devices (i.e make them responsive). Don’t hesitate to message me if you need my help.
Hi,
Thank you for the response. I’m new to this, are you able to walk me through how I’d go about removing and adjusting the media queries? I’m not sure where I should be looking for that.