Eutanasio Posted August 21, 2016 Share Posted August 21, 2016 Buenas, hace ya tiempo que me desaparecieron los símbolos + y - para añadir o restar productos al carrito. Alguien sabe cómo recuperarlos?Web --> http://goo.gl/Ew4Puf Gracias! Link to comment Share on other sites More sharing options...
Vipul Hadiya Posted August 21, 2016 Share Posted August 21, 2016 It is because of your broken CSS. Not broken exactly but your stylesheet don't have content for plus and minus sign so clear cache once and disable CCC to check if it is loading the content in normal mode, if not then restore the global.css file in your theme. Link to comment Share on other sites More sharing options...
Eutanasio Posted August 21, 2016 Author Share Posted August 21, 2016 (edited) Oook, seems like all "Font Awesome" codes on global.css are missing as you may see on thins fragment: .icon-camera-retro:before { content: ""; } .icon-key:before { content: ""; } .icon-gears:before, .icon-cogs:before { content: ""; } .icon-comments:before { content: ""; } .icon-thumbs-o-up:before, .icon-thumbs-up-alt:before { content: ""; } .icon-thumbs-o-down:before, .icon-thumbs-down-alt:before { content: ""; } .icon-star-half:before { content: ""; } How could this happen? I'm just going to copy/paste it from another clean global.cssThank you anyway! Edited August 21, 2016 by omar2886 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now