• Is there a way to remove the check icon that appear after your add a product on your wishlist? ??

Viewing 1 replies (of 1 total)
  • Hi @nocts13,

    Please add below CSS code to WP-Admin → Appearance → Customizer → Additional CSS:

    .woosw-btn.woosw-added:before {
        display: none;
    }

    Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Removing the check icon’ is closed to new replies.