How to close Read more this icon
-
How to close Read more this icon
Attachments:
You must be
logged in to view attached files.
Hello,
Can you please share the page url? I will give you a custom css.
Best Regards.
Hello,
The Read More button shows on the Product if that is Out of Stock. You can hide that by adding the following PHP code into the function.php of the child theme.
if (!function_exists('woocommerce_template_loop_add_to_cart')) {
function woocommerce_template_loop_add_to_cart() {
global $product;
if ( ! $product->is_in_stock() || ! $product->is_purchasable() ) return;
wc_get_template('loop/add-to-cart.php');
}
}
Best Regards.
Most Welcome!!!.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘How to close Read more this icon’ is closed to new replies.