Home Forums WoodMart support forum Change the ‘in stock’ text to other color

Change the ‘in stock’ text to other color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #549670

    exprtise.nl
    Participant

    I would like to change the ‘in stock’ text to a different color. For the product cards

    https://cardnation.nl

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

    Hello,

    Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:

    p.stock.wd-style-default:is(.available-on-backorder,.in-stock, .out-of-stock) {
        color: blue !important;
    }

    Change the color as per your requirements.

    Best Regards.

    #550502

    exprtise.nl
    Participant

    It works, thank you. But I also want to change the color of the check icon

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

    Hello,

    Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:

    p.stock.wd-style-default.in-stock:before {
        color: blue !important;
    }

    Best Regards.

    #550950

    exprtise.nl
    Participant

    Thanks so much, it worked!

    #550955

    Most Welcome!!!.

    Iā€™m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Change the ‘in stock’ text to other color’ is closed to new replies.