So I have made a collection page and I want to hide the collection titles underneath the images because the names are already on the images. I have heard it is not good to remove the titles completely but if this would be fine then i would do that. I only want the text removed/ hidden from the collection cards, not products. What is the code to do this?
Theme: Dawn
Website: Desire-online.net
1 Like
Hi @jakegrieveson ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:
- Go to Online Store → Theme → Edit code
- Open your theme.liquid file
- Paste below code before :
Best regards,
Anthony
Hi @jakegrieveson
Try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
ul#Slider-template--19958073753890__5384b4b2-1ee6-4cd1-a5eb-66acd626d532 .card__heading {
color: black;
}
I hope it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!