SHOW DIFFERENT ATC COLOR WHEN OUT OF STOCK

Choose any color you would like in replacement of the grey.

Open assets/custom.css

Add:

.btn-atc:disabled {
    background: grey!important;
    border-color: grey!important;
}

Last updated