Home Forums WoodMart support forum Changing the Color of the In Stock Icon

Changing the Color of the In Stock Icon

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

    Ecommerce
    Participant

    Hello,

    Can you send me the relevant global css code to change the color of the icon at the beginning of the word stock?

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

    Hello,

    Can you please share the page URL so I will check and give you a possible solution?

    Best Regards

    #597946

    Ecommerce
    Participant

    I am sending the information

    #598030

    Hello,

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

    p.stock.wd-style-default.in-stock:before {
        color: #000000 !important
    }

    Best Regards

    #598058

    Ecommerce
    Participant

    Thank you, can you also share the code to customize the color of the “in stock” text next to the icon?

    #598182

    Hello,

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.

    p.stock.wd-style-default:is(.available-on-backorder,.in-stock) {
        color: #0808e4 !important;
    }

    Best Regards

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