All things Shopify and commerce
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:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.card .icon-wrap {
display: none !important;
}
.product-count.light {
display: none !important;
}
</style>
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
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.collection-list-wrapper .card .icon-wrap {
display: none !important;
}
.facets-container .product-count.light {
display: none !important;
}
</style>
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!
hello, I have done this still has the numbers.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025