Home Forums WoodMart support forum Change the color of product price

Change the color of product price

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

    miluga
    Participant

    Hello

    How can I change the color of product price and the discounted price.
    In the product page and/or rest of productos lists pages

    Thanks

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

    Hello,

    Please modify the above code as per your needs and add it to the Theme settings > Custom CSS:

    /* STYLE OF FIRST PRICE */
    .product-grid-item .price del {
        color: red; /* COLOR */
        font-size: 16px; /* SIZE */
    }
    .product-grid-item .price del .amount {
        color: red; /* COLOR */
        font-weight: 600; /* FONT WEIGT */
    }
    /* STYLE OF SECOND PRICE */
    .product-grid-item .price ins .amount {
        color: blue; /* COLOR */
        font-size: 16px; /* SIZE */
        font-weight: 600; /* FONT WEIGT */
    }

    Best Regards

    #132948

    miluga
    Participant

    Hello thanks!!

    How can I do it, also on the prices of product page
    How can i do it the rest of prices, all of prices also without offers.

    thanks a lot

    #132969

    Hello,

    You need to change the primary color in the Theme Settings > Styles and color

    Best Regards

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