Points
July 21, 2023, 12:11am
1
Hi,
How can I make Collections Titles transparent on homepage Collection List?
I’d still like the text to be there for SEO but don’t want it visible due the the Collection Image being the main focus.
Theme: Impact
Is there some custom CSS I can add in on the theme editor? Trying to get it sorted before we go live with the 2.0 update.
tia
Hi @Points
Thank you for your question.
Please share your store URL, page URL and also password (if your store has one) so we can help you.
Which theme you are using for your store?
Points
July 21, 2023, 2:29am
3
Page is not live as mentioned in original post. Want to sort before going live.
Theme: Impact
@Points You can contact with theme supporter or at least pleas share the preview, so we can help you
Hi @Points
Could you share preview link of your store so I can provide CSS code?
Points
July 21, 2023, 3:32am
6
I cannot see collection titles on your homepage
Points
July 21, 2023, 3:54am
8
That because it’s on the old vintage theme, we’re upgrading to 2.0
Just imagine the collection tiles have text over them which is the collection title.
Points
July 21, 2023, 10:29am
9
Points
July 21, 2023, 10:30am
10
Points
July 23, 2023, 8:08am
11
Hi, theme is live and pw protected.
website: https://pointsstore.com.au/
pw is: dsgshty
Points
July 23, 2023, 8:08am
12
Hi, theme is live and pw protected.
website: https://pointsstore.com.au/
pw is: dsgshty
I cannot see any collection tittle, all title belong to your image
Points
July 24, 2023, 7:05am
16
They can’t be seen at the moment as I replaced the collection title with a ‘.’ so the text doesn’t overlay the picture. This will hinder SEO though so I would like to have the collection title there but not visible.
Please add this CSS code at the bottom of your theme.css file and then you can add collection titles back.
.collection-card__content .h6 { opacity: 0 !important; }
1 Like