Home Forums WoodMart support forum AJAX doesn't work for search bar after updating to Woodmart 1.9 Reply To: AJAX doesn't work for search bar after updating to Woodmart 1.9

#35332

Artem Temos
Keymaster

Remove this code https://gyazo.com/89a52de324b06fa73a53d04be14e2aa9 and try to set this one


.product-image-summary .stock, .variations_form .stock, .wishlist_table tr td.product-stock-status span {
        display: inline-block;
   padding: 5px 10px;
   border-radius: 5px;
}

.wishlist_table tr td.product-stock-status span.wishlist-in-stock, .product-image-summary .in-stock, .variations_form .in-stock {
   color: white!important;
   background-color: #0e981a;
}

.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock, .product-image-summary .out-of-stock, .variations_form .out-of-stock {
   background-color: rgb(181, 8, 8);
   color: white;
}