using GCK_store, where can I change the size of the displayed salesprice within the productdetailspage?
jborgman Hi Add this code in custom.css file and change the font size as per needs.
.vm-product-details-container .vm-price-value span { font-size: 30px; }
Ninja Thanks!
jborgman Welcome!