Hi all!
I am wondering if there is a way to remove this text overlay on my collection card images. The porblem is that, I have another collection card section displayed earlier (check screenshot marked ‘A’), I dont want to remove text on this A marked collection card section. I only want to remove text from the ‘shop by print’ section. The code that I have tried earlier overwrite the text on both sections. Any help will be greatly appreciated!
Hi @amaya_world
can I see your link for that part?
Preview Here you go! thanks so much for taking the time!
Hi @amaya_world
will you want it display like text below the card, right?
Would be nice to not display any text at all, if possible! (only for this collection card section, not the one marked ‘A’ sent in my original post)
Let go to Edit Code, find file base.css, scroll down to bottom, and try:
#shopify-section-template--24777996697888__collection_list_LMftwk .collection-list-wrapper .card__heading {
color: #fff !important;
font-size: 24px !important;
}
1 Like
Perfect! it worked! thanks so much!!! you are amazing!!!
1 Like
You’re welcome 
Let me know if you need any other assistance