Hide view full detail link (taste theme)

Solved
deshcollide
Excursionist
24 0 10

Hi

 

I would like to hide the broken link on my front page that says "view full detail". How would I do such a thing? 

This is the Taste theme.  https://friendsandgoods.myshopify.com Thanks in advance

 

Screen Shot 2022-03-31 at 8.32.58 AM.png

Accepted Solution (1)
AvadaCommerce
Shopify Partner
3879 837 845

This is an accepted solution.

Hi @deshcollide ,

 

You can follow the instruction below:

1. Go to Online Store->Theme->Edit code
2. Asset->/section-main-product.css->paste below code at the bottom of the file:

#shopify-section-template--15849643016429__featured-product #ProductInfo-template--15849643016429__featured-product {
display: none !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

AVADA - Top Rated App for Email, SMS, Popups


Check our website for full features and start a FREE TRIAL.
Install another app to boost sales, 100% FREE

View solution in original post

Replies 2 (2)
AvadaCommerce
Shopify Partner
3879 837 845

This is an accepted solution.

Hi @deshcollide ,

 

You can follow the instruction below:

1. Go to Online Store->Theme->Edit code
2. Asset->/section-main-product.css->paste below code at the bottom of the file:

#shopify-section-template--15849643016429__featured-product #ProductInfo-template--15849643016429__featured-product {
display: none !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

AVADA - Top Rated App for Email, SMS, Popups


Check our website for full features and start a FREE TRIAL.
Install another app to boost sales, 100% FREE

deshcollide
Excursionist
24 0 10

Thanks so much, It worked!