• Resolved shizlist

    (@dnacannon)


    Is there a way to remove/hide the price from products on the shop and category pages?

    I still want the price shown on the single product page, but I’d rather hide it from the shop/category pages so that the alignment stays uniform with the other non-priced products.

    Cheers

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Sean Cull

    (@seanreloaded)

    Automattic Happiness Engineer

    Hi @dnacannon,

    You can add this bit of code to your theme’s functions.php file:

    remove_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_price', 10 );

    It will remove the product price from the shop page and category pages.

    Thread Starter shizlist

    (@dnacannon)

    Worked like a charm! You, sir, are awesome. Much appreciated!

    Cheers

    • This reply was modified 5 years, 10 months ago by shizlist.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide/Remove Price From Shop & Category Pages’ is closed to new replies.