Hello! How to remove “view full details” on Home page in a Featured product mobile version shopify?
I used the code (base.css):
@media only screen and (max-width: 749px) {
a.link.product__view-details.animate-arrow {
display: none !important;
}
}
It doesn’t work for me. How can this be fixed?
Hi @Lambody
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code just above tag
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
Thank you very much. It works.