Hi all,
When I click on a product from my homepage it opens the product page and everything is fine on desktop view,
However when I do this on mobile the product image does not show, I am using the Refresh theme.
Could this be a setting I have missed.
here is a typical page: https://getslimed.com.au/products/shark-zone
Hi @kristy1987
Product images are hidden on mobile devices on your page due to this code.
You can add code to show it.
-
Go to Online Store → Theme → Edit code https://prnt.sc/XkUYXZPnym_E
-
Open your base.css in the Assets folder.
-
Paste the below code at the end of the file.
@media screen and (max-width: 749px){
#shopify-section-template--18214545719587__main .slider.slider--mobile {
display: block !important;
}
}
Best regards,
GemPages Support Team
GemPages
Thanks for your help once again, works perfectly
Hi @kristy1987
You can try this code by following these steps:
Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag
Hope this answer helps.
Best regards,
Victor | PageFly
I am so glad that my solution can help
.