/home/techb158/l2hypotheques.com/wp-content/themes/pylon/woocommerce
Edit: /home/techb158/l2hypotheques.com/wp-content/themes/pylon/woocommerce/content-product.php (2475B)
is_visible() ) {
return;
}
// Custom column classes from Pylon theme options
if ( ! empty( pylon_options( 'pylon_shop_layout_setting' ) ) ) {
$layout = pylon_options( 'pylon_shop_layout_setting' );
$col_classes = 'col-lg-' . $layout . ' col-md-6';
} else {
$col_classes = 'col-lg-4 col-md-6';
}
if ( is_single() ) {
$col_classes = 'col-lg-3 col-md-6';
}
?>
>