Tagged: description, title, woocommerce Viewing 2 posts - 1 through 2 (of 2 total) Author Posts November 18, 2019 at 2:48 pm #1157892 nikolajParticipant Hi, I want to completely remove the title and category description from being shown on product category pages (Not only by display:none;). How can I do this? November 19, 2019 at 9:12 am #1158058 RikardKeymaster Hey nikolaj, Please try this in your functions.php file: if(is_product_category()) { add_filter( 'woocommerce_show_page_title', '__return_false' ); } Best regards, Rikard Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In