Re: Hide view full detail link (taste theme)

Solved

How do I hide the 'view full detail' link on my Taste theme front page?

deshcollide
Excursionist
25 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 839 983

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.

banned

View solution in original post

Replies 2 (2)

AvadaCommerce
Shopify Partner
3879 839 983

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.

banned
deshcollide
Excursionist
25 0 10

Thanks so much, It worked!