Home › Forums › WoodMart support forum › Shop page issue › Reply To: Shop page issue
December 9, 2021 at 1:19 pm
#338121
Aizaz Imtiaz Awan
Keymaster
Hello,
1) I have removed the CSS added to remove the Gap and the issue was fixed. Because the issue was fixed by updating the Woodmart Core plugin.
2) Please try adding the following snippet to the functions.php of your child theme.
add_filter( 'woodmart_load_more_button_page_url', '__return_false' );
Best Regards