Home Forums WoodMart support forum Prices CSS

Prices CSS

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

    jnavarro
    Participant

    Hello, i´d like to make two DIFFERENT styles for the two prices in the screenshot

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

    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

    #78379

    jnavarro
    Participant

    You are a machine Elise, it works perfect, thank you!

    #78390

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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