• Hello,

    first of all, thanks for the amazing plugin!

    I was, however, wondering if it’s maybe possible to change the icon that opens up the cart to an entirely custom image – or at least an icon from an icon library, instead of the version that’s just a font…?

    For clarification: I am using the widget and put it next to the navigation menu in my header.

    I’m aware that there is an option in plugin settings to choose between text or icon, but that seems to only affect the cart in the menu bar within the shop (which I’ve hidden), not the widget one! Is it actually supposed to be like this? If not, I might have to play around with my theme/other plugins to find out what’s messing it up…

    A reply that is somewhat digestable for css noobs like myself would be greatly appreciated. ??
    Thanks in advance for the support!

Viewing 1 replies (of 1 total)
  • Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    Hi,

    it should work out-of-the-box, but maybe some other CSS is interfering.

    it should be something like that for example:

    
    .spreadplugin-checkout-link.button::after, .spreadplugin-items .add-basket-button i::before {
        font-size: 37px;
    }
    
    .spreadplugin-checkout-link.button:after, .spreadplugin-items .add-basket-button i:before {
        content: "\f447";
        font-family: "Genericons";
    }
    

    but to get in details, please send the url of the shop.

    Best
    Thimo

Viewing 1 replies (of 1 total)
  • The topic ‘custom cart icon/image’ is closed to new replies.