Home › Forums › WoodMart support forum › Change single price Change single price This topic has 4 replies, 2 voices, and was last updated 4 years, 6 months ago by Aizaz Imtiaz Awan. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts April 6, 2021 at 3:58 pm #279377 ipcomParticipant How can i change the size of the old price when there’s a discount? And is there a way to make the price strike out with color red? April 6, 2021 at 3:59 pm #279378 ipcomParticipant I am talking about the single product and product grid. April 7, 2021 at 8:04 am #279507 Aizaz Imtiaz AwanKeymaster Hello, Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS. .price del { color: red; } del .amount { font-size: 30px !important; } Best Regards April 7, 2021 at 8:31 am #279524 ipcomParticipant How can i make the strike out red also in product grid? April 7, 2021 at 11:41 am #279606 Aizaz Imtiaz AwanKeymaster Hello, Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS. .product-grid-item .price del { color: red; } Regards. Xtemos Studios Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to create new topics. Login / Register