How to remove view full details on mobile version shopify

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:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. 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.