Display prices on collection page

Hi, can someone help me restore the prices on my collection page please? It seems it was deleted at some point, and now I don’t know how to get it back. I just want the price to be visible under each product title on the collection page.

this is the store URL if you need it: https://www.sebastianmilano.com/

Hi @11046928 ,

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.css / based.css file and paste the code in the bottom of the file.
.card-information {
    display: block !important;
}

Result:

If my reply is helpful, kindly click like and mark it as an accepted solution.

If you are happy with my help, you can help me buy a COFFEE

Thanks!

1 Like