• Hello Anders
    Thank you for a lovely simple ecommerce theme.
    I was wondering if it was possible to change the icon from a basket to a cart with css? The Brewery would prefer it.
    Thanks
    Lynn
    eight fluid ounces

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

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @8floz,

    Sure, the icon is output as the background image of a pseudo element, so you can just add custom CSS changing the background image to any image for your choosing. Like this:

    .cart-toggle:before { background-image: url( url-of-the-icon.svg ); }

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘Change Basket icon to Cart icon (Sullivan Theme)’ is closed to new replies.