Home › Forums › WoodMart support forum › Theme visibility function › Reply To: Theme visibility function
September 3, 2019 at 8:53 am
#141807

Artem Temos
Keymaster
Try to add the following PHP code snippet to the child theme functions.php file to fix this
add_filter( 'woodmart_swatches_on_grid_right_order', '__return_false' );
Regards