Home Forums WoodMart support forum Out of stock swatch

Out of stock swatch

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #115631

    MAYZEL
    Participant

    On the size 10 it is out of stock,

    Can I have the in Stock perimeter in black and the out of stock items in a lighter grey,

    so you can see its out of stock before you click it please?

    https://snag.gy/TuVPf4.jpg

    #115714

    Hello,

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

    body .product-image-summary .out-of-stock{
    color:grey;
    }
    body .product-image-summary .in-stock, 
    body .variations_form .in-stock, 
    body .wishlist_table tr td.product-stock-status span.wishlist-in-stock, 
    body .woodmart-compare-col .in-stock, .woodmart-sticky-btn .in-stock {
        color: #000000;
    }

    Best Regards

    #115788

    MAYZEL
    Participant

    hasn’t seem to do anything even after flushing cache

    #115793

    MAYZEL
    Participant

    Oh no not this part thats fine like that see attached

    https://snag.gy/adLSUo.jpg

    7US is in stock which is good

    10US is out of stock,

    On the size attribute which is out of stock i.e 10US can this be in light to show its out of stock to stop customer clicking on it

    #115805

    MAYZEL
    Participant

    I removed the first code to get the out of stock sign back to red, didn’t work.

    then I changed grey to red and still not back to default

    #115938

    Hello,

    The site provided earlier is not working now. Provide the valid link as well as page URL.

    Best Regards

    #116543

    MAYZEL
    Participant

    https://snag.gy/wuyADI.jpg

    Now why have my sizes change style I like the squares before?

    #116567

    Hello,

    You could remove the code which made your sizes square. Try to add the code once again.

    Best Regards

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