Ptphotography Posted June 14, 2020 Posted June 14, 2020 Hello everyone, Can anyone help me change the size and colour of the prices on these 2 pages separately: https://caterpillar-antelope-zbjy.squarespace.com/store-2 https://caterpillar-antelope-zbjy.squarespace.com/store-2/7v1gw1mrynm8aojh0otshn3rwbj4yc password: ptphoto The problem is whenever I change the price on one page, the other page adopts the same property. Please help in giving them individual property if possible. Thank you in advance!
tuanphan Posted June 14, 2020 Posted June 14, 2020 Add to Home > Design > Custom CSS /* Shop page */ .view-list { .grid-prices { color: red !important; } .grid-prices * { font-size: 40px; } } /* Product Detail Page */ .view-item { .grid-prices { color: red !important; } .grid-prices * { font-size: 40px; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Ptphotography Posted June 14, 2020 Author Posted June 14, 2020 Hi @tuanphan Thank you once again! The code for Shop Page is good, but the code for Product Detail Page doesn't work for me. Any idea why? This is the page: https://caterpillar-antelope-zbjy.squarespace.com/store-2/7v1gw1mrynm8aojh0otshn3rwbj4yc password: ptphoto Please also include the code for 'from + 'price'' in this page. Many thanks, P
tuanphan Posted June 14, 2020 Posted June 14, 2020 Use this .view-item .product-price { color: red !important; font-size: 30px !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Ptphotography Posted June 15, 2020 Author Posted June 15, 2020 @tuanphan Amazing! Thank you once again
Recommended Posts
Archived
This topic is now archived and is closed to further replies.