Hello @anamagmramos
try to add this code in the functions.php file of your theme:
if ( ! function_exists( 'my_ywctm_cart_widget_classes' ) ) {
add_filter( 'ywctm_cart_widget_classes', 'my_ywctm_cart_widget_classes' );
function my_ywctm_cart_widget_classes( $classes ) {
$classes[] = '.storefront-handheld-footer-bar li.cart';
return $classes;
}
}
it’s not perfect. it kind of created an empty button that opens the keyboard when clicked but doesn’t allow to type at the same time.
Hello @anamagmramos ,
this depends on the theme, unfortunately the plugin can only hide via CSS the element, but this kind of fine tuning must be managed separately
And is it possible to replace the cart with the quote?
Hello @anamagmramos
unfortunately the plugin does not manage this.