Home Forums WoodMart support forum In stock Color

In stock Color

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

    badr
    Participant

    Hello,

    Please how can we change the color of the “in stock” and also its icon to green?

    Thanks and regards

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

    Hello,

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

    body p.stock.in-stock{
        color: white;
    }
    
    body p.stock.in-stock:before{
    color:red;
    }

    Best Regards

    #324587

    badr
    Participant

    thank you dear

    #324662

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘In stock Color’ is closed to new replies.