Home Forums WoodMart support forum Change single price

Change single price

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #279377

    ipcom
    Participant

    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?

    #279378

    ipcom
    Participant

    I am talking about the single product and product grid.

    #279507

    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

    #279524

    ipcom
    Participant

    How can i make the strike out red also in product grid?

    #279606

    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

Viewing 5 posts - 1 through 5 (of 5 total)