Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi,

    the problem is from your theme that add a display:none rules for the “x” icon.
    Please try to add this custom style in yourr custom.css

    @media screen and (max-width: 768px){
    .view-cart td .remove-item {
        display: block;
        left: 0;
        z-index: 9999999;
        opacity: 1;
    }}

    Have a nice day

    Thread Starter aspa_kat

    (@aspa_kat)

    Hi,
    thanks for the reply…I have add the custom css and the “X” icon is displayed now but when i pressed it nothing happens. The problem does not exist in a windows computer.
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘delete from wishlist’ is closed to new replies.