Home › Forums › WoodMart support forum › Issue with color swatch › Reply To: Issue with color swatch
June 16, 2020 at 7:19 am
#203828
Artem Temos
Keymaster
Hello,
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