• Hey,

    In our shopping cart icon it currently says “0 items -” we would like to remove the word ‘items -‘ including the dash. How do we do this?

    Also custom cart icons do not work. Has anyone else experienced this?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author xootix

    (@xootix)

    Hello @bandsome

    Use this CSS to remove “items – ”

    a.xoo-wsc-sc-cont {
        font-size: 0!important;
    }
    
    span.xoo-wsc-sc-count {
        font-size: 14px;
    }

    Not sure, why icon isn’t working for you, which icon do you want to replace it with? I can tell you a CSS snippet for it.

Viewing 1 replies (of 1 total)
  • The topic ‘Edit shopping bag ‘items -‘ text’ is closed to new replies.