Collection List Prestige theme remove box

Hello,

I want to have only the text without the box same like the second screenshot

www.45keys.com

Actual:

Perfect:

  • Here is the solution for you @MS2333
  • Please follow these steps:

  • Then find the base.css or theme.css file.
  • Then add the following code at the end of the file and press ‘Save’ to save it.
.collection-card__content {
 background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.collection-card__content .button{
     background: none !important;
    border: none !important;
}
  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

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.