Hello,
I want to have only the text without the box same like the second screenshot
Actual:
Perfect:
Hello,
I want to have only the text without the box same like the second screenshot
Actual:
Perfect:
.collection-card__content {
background: transparent !important;
border: none !important;
box-shadow: none !important;
}
.collection-card__content .button{
background: none !important;
border: none !important;
}
hey, i have paste that but nothing changed
Can you try add this code above tag in file theme.liquid
thank you, worked
Glad to help you. Have a good day.