Home Forums WoodMart support forum Change checkmark icon color (in stock)

Change checkmark icon color (in stock)

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

    s0mbrer0
    Participant

    Hi! How can we change the icon color of the checkmark positioned before ‘In stock’?

    #407932

    s0mbrer0
    Participant

    Here a picture of what we mean

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    p.stock.wd-style-default.in-stock::before {
      color: red;
    }

    Set the color as per your needs.

    Best Regards

    #408566

    s0mbrer0
    Participant

    Thank you Elise, it works.

    #408722

    You are welcome! We are here to help.

    Wish you a wonderful day!

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