• I would like to remove the “built-in” title for the Woocommerce widget I am using on my home page.

    Usually you can leave the title blank and no title will show on widgets but Woocommerce does not have that option, if you don’t enter a title it uses a default title!

    Is there something I can enter into the “title” section to make it show nothing?

    As you can see on my homepage, I have a title I made (in pink) and under that you see the WC title “Random products”

    My site: blogaholicdesigns.com

Viewing 1 replies (of 1 total)
  • aguidis

    (@aguidis)

    Try this in your functions.php :

    add_filter( ‘widget_title’, ‘__return_false’ );

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WooCommerce] Remove Widget Title’ is closed to new replies.