Home Forums WoodMart support forum Sale price

Sale price

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #272053

    Rachid
    Participant

    Hi there!

    screenshot attached

    how can I change the sale price, color, and size, in the product grid?

    Thank you

    Attachments:
    You must be logged in to view attached files.
    #272098

    Hello,

    I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    body .price ins .amount {
        color: red;
        font-size: 25px;
    }

    Best Regards

    #272133

    Rachid
    Participant

    Thank you so much for your reply!

    I meant actually the other price as shown in the screenshot attached

    Thank you again in advance

    Attachments:
    You must be logged in to view attached files.
    #272266

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    del .amount {
        color: yellow;
        font-size: 24px !important;
    }

    Best Regards.

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