Home Forums Jevelin Theme Mooseover "cart" icon right above, there is something wrong Reply To: Mooseover "cart" icon right above, there is something wrong

Home Forums Jevelin Theme Mooseover "cart" icon right above, there is something wrong Reply To: Mooseover "cart" icon right above, there is something wrong

I have notified the theme developer about this.

 

It will be resolved ASAP.

 

In the meanwhile you can hide textbox and arrows from that section by using the below CSS code.

 

span.quantity.sh-increase-numbers input,
span.quantity.sh-increase-numbers span.sh-noselect {
    display: none !important;
}