Display prices on collection page

Solved

Display prices on collection page

11046928
Tourist
8 0 6

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/

Accepted Solution (1)

websensepro
Shopify Partner
1838 213 257

This is an accepted solution.

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:

 

websensepro_0-1734353273856.png

 

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!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

View solution in original post

Reply 1 (1)

websensepro
Shopify Partner
1838 213 257

This is an accepted solution.

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:

 

websensepro_0-1734353273856.png

 

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!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP