Home › Forums › WoodMart support forum › Color swatch thumbnails › Reply To: Color swatch thumbnails
August 26, 2019 at 8:56 am
#140357
Eric Watson
Participant
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