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
January 25, 2018 at 8:06 am
#35275
Artem Temos
Keymaster
By the way, try to apply the following CSS code. Add it to the Custom CSS area in Theme Settings
.btns-shop-rounded #place_order, .btns-shop-rounded .cart-totals-inner .checkout-button, .btns-shop-rounded .login .button, .btns-shop-rounded .lost_reset_password .button, .btns-shop-rounded .popup-added_to_cart .view-cart, .btns-shop-rounded .popup-quick-view .woodmart-scroll-content>a, .btns-shop-rounded .product-list-item .woodmart-add-btn>a, .btns-shop-rounded .register .button, .btns-shop-rounded .return-to-shop .button, .btns-shop-rounded .single_add_to_cart_button, .btns-shop-rounded .social-login-btn>a, .btns-shop-rounded .widget_shopping_cart .buttons .checkout, .btns-shop-rounded .woocommerce table.wishlist_table td.product-add-to-cart .add_to_cart, .btns-shop-rounded .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .woodmart-add-btn>a, .btns-shop-rounded .woodmart-hover-standard .btn-add>a, .btns-shop-rounded .woodmart-price-table .woodmart-plan-footer>a, .btns-shop-rounded .yith-ywraq-add-to-quote .yith-ywraq-add-button .button.add-request-quote-button, .btns-shop-rounded table.compare-list tr.add-to-cart td a, .cart-totals-inner .btns-shop-rounded .checkout-button, .login .btns-shop-rounded .button, .lost_reset_password .btns-shop-rounded .button, .popup-added_to_cart .btns-shop-rounded .view-cart, .popup-quick-view .btns-shop-rounded .woodmart-scroll-content>a, .product-list-item .btns-shop-rounded .woodmart-add-btn>a, .register .btns-shop-rounded .button, .return-to-shop .btns-shop-rounded .button, .widget_shopping_cart .buttons .btns-shop-rounded .checkout, .woocommerce table.wishlist_table td.product-add-to-cart .btns-shop-rounded .add_to_cart, .woodmart-hover-base:not(.product-in-carousel):not(.hover-width-small) .btns-shop-rounded .woodmart-add-btn>a, .woodmart-hover-standard .btns-shop-rounded .btn-add>a, .woodmart-price-table .btns-shop-rounded .woodmart-plan-footer>a, .yith-ywraq-add-to-quote .yith-ywraq-add-button .btns-shop-rounded .button.add-request-quote-button, table.compare-list tr.add-to-cart td .btns-shop-rounded a {
border-radius:5px!important;
}
body .added_to_cart.btn-style-round, body .btn.btn-style-round, body .button.btn-style-round, body [type=submit].btn-style-round, body [type=button].btn-style-round, body button.btn-style-round {
border-radius:5px!important;
}
.wishlist_table tr td.product-stock-status span.wishlist-in-stock,
.product-image-summary .in-stock,
.variations_form .in-stock {
display:inline-block;
padding:5px 10px;
color: white!important;
background-color:#0e981a;
border-radius:5px;
}
.wishlist_table tr td.product-stock-status span.wishlist-in-stock:before, .product-image-summary .in-stock:before, .variations_form .in-stock:before {
content:none!important;
}