Remove price from featured section collection

hi all, i tried adding this code to the end to try and remove the prices from the featured collection however it didn’t work

.collection .card-information .price{
display: none !important;
}

Please help

Hello @Shaniquenesbeth

I would like to give you the recommendation to support you so kindly follow steps below:

  1. Go to your Online store > Themes > Edit code
  2. Open your theme.liquid file
  3. Paste the below code before

I hope the above is useful to you.
Best regards,
GemPages Support Team

Hi it didn’t work, instead this code came above my store’s header “

body { display: grid; grid-template-rows: auto auto 1fr auto; grid-template-columns: 100%; min-height: 100%; margin: O; font-size: 1.5rem; letter-spacing: 0.06rem; line-height: calc(1 + 0.8 / var(–font-body-scale)); font-family: var(–font-body-family); font-style: var(–font-body-style); font-weight: var(–font-body-weight); § @media screen and (min-width: 750px) { body { font-size: 1.6rem;”