Shopify themes, liquid, logos, and UX
Hey,
can anyone please provide me a code for the featured collection section, so it is only shown on mobile/desktop.
As i want it to show 5 Products on desktop and only 4 on mobile.
https://pb9rithagnadrdic-85421687108.shopifypreview.com
burtah
Thanks for your help in advance
Solved! Go to the solution
This is an accepted solution.
@noah12x2 - please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css
@media screen and (max-width:749px){
li#Slide-template--23409410015556__featured_collection_k33F9p-5{display:none; visibility:hidden;}
}
@noah12x2 -- or you can use custom css to hide one of the unwanted products on mobile
Yh thats what i want, but i need the code for it
This is an accepted solution.
@noah12x2 - please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css
@media screen and (max-width:749px){
li#Slide-template--23409410015556__featured_collection_k33F9p-5{display:none; visibility:hidden;}
}
In today’s interview, we sat down with @BSS-TekLabs to discuss practical strategies for...
By JasonH Nov 13, 2024The year-end shopping spree is around the corner! Is your online store ready for the ...
By JasonH Nov 10, 2024We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024