I want to remove the text on top in black. Help please. The text overlaying the boards. I have looked and tried to remove and add codes. It does nothing . I don’t want to mess up anything else and completely ruin my shop
Hey @Subrinaallen1 ,
Welcome to the Shopify Community!
Would you mind sharing your store URL with us so we can provide you with the correct coding solution?
TIP: If you make changes to the original code and save the changes, we always suggest you first duplicate the theme and work in the duplicate. That way you can always go back to your previous version.
Look forward to hearing from you!
Thanks for sharing your store @Subrinaallen1 , it appears you are using the free Shopify Debut theme.
Please add the following code at the bottom of your assets/theme.css file:
.collection-grid-item__title-wrapper::before {
opacity: 0.2 !important;
}
.collection-grid-item__title{
display:none;
}
Let me know if this works for you!
Otherwise, if you do not feel comfortable making these coding adjustments our Theme team will be able to make this change for you. All paid Shopify stores, using a Shopify-developed theme receive 60 minutes of complimentary design support. We provide this free of charge for Shopify themes if the change falls in line with our Design Policy. Our team tracks the time that they spend on each theme modification request that you make.
You can learn more about customizations that Shopify supports below:
If this interests you, you can visit https://bit.ly/3cJkx8V and log in to your account to create a support request, and we’d be happy to take a closer look