• Resolved Naiara Mooy

    (@naiararomm)


    Hi, I’m thinking about buying this plugin, because I see that it can work well for my website.

    However, before I need to know on the one hand if with the pro version could choose which devices I want to appear, because I only want to appear in the version for tablets and mobile on my website.

    On the other hand, I need to know if I can change the icon of the basket by the icon of a cart from the library of icons usually used as ‘Font Awesome’.

    Thank you so much.

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

    1) Yes, you can display it for mobile devices only.
    Kindly use this CSS

    @media only screen and (min-width: 765px) {
      .xoo-wsc-container{
         display: none!important;
      }
    }

    2) Unfortunately, you cannot use fontawesome icons directly. But you can upload your custom icon, so download fontawesome icon as a image & use it.

    • This reply was modified 5 years, 11 months ago by xootixsupport.
Viewing 1 replies (of 1 total)
  • The topic ‘IS IT POSSIBLE TO CHOOSE WHAT DEVICES CAN APPEAR?’ is closed to new replies.