How to change the cart icon?

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #8317
    Anonymous

      Hello,

      How do I change the cart icon?

      #8320
      Olly
      Admin & Mod

        simple css:

        .wppizza-article-price-lbl:after{
        content: url(/path/to/image.png);
        /*any other declarations*/
        }

        #8343
        Anonymous

          thanks!I will try~~

          #8344
          Anonymous

            even I remove the png files,the cart is still there? very strange…..
            find the path of cart img file,removed not working,any idea?

            #8345
            Olly
            Admin & Mod

              got a link ?

              #8346
              Anonymous

                now it`s working,one more question,how do I put the image as an add cart function,which means when I click on the food image,the food will add into cart,thanks so so much if this can be solved!!

                #8347
                Anonymous

                  stupid browser cache issue 😉

                  #8349
                  Olly
                  Admin & Mod

                    >how do I put the image as an add cart function,
                    without editing the template directly, you can’t
                    all you can do is enable/use the title as a link and that will alos only work if there is no more than one size otherwise neither the title, nor the image for that matter would have any idea which size it is supposed to add to the cart

                    #8359
                    Anonymous

                      Thanks for the hint,finally it works now!

                    Viewing 9 posts - 1 through 9 (of 9 total)
                    • The topic ‘How to change the cart icon?’ is closed to new replies.