Hi,
I am trying to remove NAME & PRICE just on my home page from my feature collections. Only on my home page, not on my product pages.
If someone could asist would be great ?
my website www.progressiveprints.com.au
I have searched for similar issues and some devs had said to copy the below but it doesn’t do anything.
a.full-unstyled-link {
display: none !important;
}
Hi,
Thanks for your reply.
That doesn’t work as its a featured collection on my hope page it links to my products. The text is embedded some how and no where to deselect text.
the text for feature collections. Unless I am missing something.
Have attached screen shot.
Hi @PPrints
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
1st you need to replace to in your theme.liquid page.
2nd put this css in your bottom of the base.css file:
.template-index .card__content {display: none !important;}
Regards,
San
HI @PPrints
This is Richard from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
.card-wrapper .card__content {
display: none !important;
}
Hope that my solution works for you.
Best regards,
Richard | PageFly