remove price from recent products

Hi,
how do I remove the price that is below the "our newest products " on the homepage of the Biker template?
http://themes.muffingroup.com/be/biker/

Thanks

Comments

  • Hi,

    these are regular WooCommerce products and you can remove this price using below css but notice this would remove the price from many other places probably.
    .woocommerce ul.products li.product .price { display: none !important; }
    So if you want to remove for individual section only, you need to put products in individual section first, set section ID and only then in accordance to ID you would be able to remove price from individual section.
Sign In or Register to comment.