Home Forums WoodMart support forum How to close Read more this icon

How to close Read more this icon

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #498015

    i26980999
    Participant

    How to close Read more this icon

    Attachments:
    You must be logged in to view attached files.
    #498091

    Hello,

    Can you please share the page url? I will give you a custom css.

    Best Regards.

    #498128

    i26980999
    Participant

    This is my backend

    #498288

    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.

    #498500

    i26980999
    Participant

    Thank you for your help

    #498517

    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.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘How to close Read more this icon’ is closed to new replies.