Hide category description (HTML block) on filtered results
-
Hi , love using your theme.
Hello,
First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :-)
.
I have visited the URL you provided. This is not an issue by any means this is the default behavior of the category description. The search results are displayed under the category description.
And there is no option in theme settings to change the behavior.
Regard’s.
Xtemos Studio.
Hi , thanks for your reply.
Try to add the following PHP code snippet to the child theme functions.php file to change this
add_filter( 'woodmart_ajax_scroll_class', function () {
return '.shop-loop-head';
} );
The topic ‘Hide category description (HTML block) on filtered results’ is closed to new replies.