header title after filtering products – Hestia Theme
-
Hi all.
When I filter products with yith ajax product filter, the word products always appears in the header with the description “this is where you can add more products.”
I have managed to remove the description by inserting the following code in the funtions.php file of the Hestia child theme, but I cannot remove the word products.
add_filter (‘woocommerce_register_post_type_product’, ‘remove_shop_default_description’);
function remove_shop_default_description ($ args) {
$ args [‘description’] = ”;
return $ args;
}
The page I need help with: https://calzadobarefoot.comThe page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘header title after filtering products – Hestia Theme’ is closed to new replies.