I’ve tried imputting all the code that everybody has suggested in other forumns and it still is not working on mobile.
https://7e769e-70.myshopify.com/
pw: jake
I’ve tried imputting all the code that everybody has suggested in other forumns and it still is not working on mobile.
https://7e769e-70.myshopify.com/
pw: jake
Hey @jakethagun
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello @jakethagun
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hello @jakethagun
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
add this code at the end of the file
.card .icon-wrap {
display: none;
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
Hi @jakethagun
Check this one.
section#shopify-section-template--22289953030337__slideshow_yG8mBb .slider-buttons {
display: none;
}
.collection-card-wrapper .icon-wrap {
display: none;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!