WPPizza – A Restaurant Plugin for WordPress › Support › General Support › How to change the cart icon?
- AuthorPosts
- 11 March, 2015 at 9:55 am #8317Anonymous
Hello,
How do I change the cart icon?
11 March, 2015 at 9:59 am #8320simple css:
.wppizza-article-price-lbl:after{
content: url(/path/to/image.png);
/*any other declarations*/
}12 March, 2015 at 3:29 am #8343Anonymousthanks!I will try~~
12 March, 2015 at 4:16 am #8344Anonymouseven I remove the png files,the cart is still there? very strange…..
find the path of cart img file,removed not working,any idea?12 March, 2015 at 8:15 am #8345got a link ?
12 March, 2015 at 9:44 am #8346Anonymousnow 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!!
12 March, 2015 at 9:45 am #8347Anonymousstupid browser cache issue 😉
12 March, 2015 at 11:16 am #8349>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 cart13 March, 2015 at 6:52 am #8359AnonymousThanks for the hint,finally it works now!
- AuthorPosts
- The topic ‘How to change the cart icon?’ is closed to new replies.