🔥
ECOMIFY THEME
  • ECOMIFY 3.0-3.9
  • INTRODUCTION
  • A NEW DOC PORTAL
Powered by GitBook
On this page
  1. INTRODUCTION
  2. ADDITIONAL CODE EDITS

SHOW DIFFERENT ATC COLOR WHEN OUT OF STOCK

Last updated 1 year ago

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;
}