Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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
Solved! Go to the solution
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.
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.
Thanks so much, It worked!