Home › Forums › WoodMart support forum › To Bar Currency and Language switcher › Reply To: To Bar Currency and Language switcher
March 3, 2018 at 6:12 pm
#43603
Artem Temos
Keymaster
Hello,
Sorry, for delay. 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