Reply 300036 to: Product Page`

Avatar: Rose Tyler
Rose Tyler
Support staff
August 26, 2021 at 09:38

Hello,

Thanks for using our theme and for contacting us.
Please provide correct wp-admin access.
1/ Enable Elementor for static blocks https://gyazo.com/c44ec88c0bf24793ba441ffb5b5201c6 , then edit “Custom Single Product sidebar – niche-market02 ” static block. You can select another block to show or delete it via Theme Options > WooCommerce > Single Product Builder > Custom HTML > Custom HTML block 1
2/ Ajax “add to cart” timeframe depends on your server and DB response time, not from our theme. So, to speed it up, contact your hosting provider and ask to reduce server response time, maybe check your DB structure.
3/ Theme Options > WooCommerce > Single Product Builder > Add to cart > Stretch Add To Cart Button > Off, then go to Theme Options > Theme custom CSS > Global custom CSS > add the next code:

.single-product .et_product-block div.quantity~.et-or-wrapper {
    display: none;
}
.single-product .et_product-block .et-single-buy-now.single_add_to_cart_button.button {
    margin-left: 10px;
}

and this code in Custom CSS for mobile area:

.single-product .et_product-block .et-single-buy-now.single_add_to_cart_button.button {
    margin-top: 10px;
    margin-left: 0px;
    max-width: 100px !important;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.