hi i was wandering if anyone could help me? i want to remove the text that is over my collection images on my homepage and upload an image with the text already embedded onto it. Im using the Prestige theme.
Would be great if anyone has some suggestions.
Hi @cradletocrib ,
Go to Assets > theme.css and paste this at the bottom of the file:
.CollectionItem .CollectionItem__Content .SectionHeader__Heading {
display: none !important;
}
Hope it helps!
Thank you so much it worked perfectly and i can now embed my own text onto the images.