Home Forums WoodMart support forum Change color of discounted price in Product grid (Shop Page)

Change color of discounted price in Product grid (Shop Page)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #328235

    Staffan
    Participant

    Hi support!

    I tried different CSS for this but cannot get it working. So ill ask the experts.

    I want to change the color of discounted price in product grid (marked with yellow in attached screen)

    What is the custom CSS to do this?

    Thanks again!

    Best regards
    Staffan

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

    Hello,

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

    body .price ins .amount {
        color: red !important;
    }

    Regards.
    Xtemos Studios.

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