Shopify themes, liquid, logos, and UX
Hi there,
I'm trying to remove the 'shop now' button on my homepage slideshow on mobile only, as it covers the entire image on mobile.
I know I have to edit the theme's code to do this but I don't know which part and what to say
Help appreciated
cheers
Erica
Solved! Go to the solution
This is an accepted solution.
I’m Richard Nguyen from PageFly- Free Landing Page Builder
You can try with this code.
Follow this:
Go to Online Store->Theme->Edit code->base.css->paste bellow code in bottom of file
@media screen and (max-width: 767px){
.banner__buttons {
display: none !important;
}
}
If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Please add below css code in bottom of assets/base.css file
Thanks for the reply. Unfortunately that didn't work! Do you have any other suggestions?
Another option would be to make the button below the slideshow instead of on top of it - if you can instruct me how to do that. Thanks!
This is an accepted solution.
I’m Richard Nguyen from PageFly- Free Landing Page Builder
You can try with this code.
Follow this:
Go to Online Store->Theme->Edit code->base.css->paste bellow code in bottom of file
@media screen and (max-width: 767px){
.banner__buttons {
display: none !important;
}
}
If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
That worked! thank you so much!
This works, but it adds a gap, how can this be removed?
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024