This topic has 2 replies, 2 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp
Dear Friends,
Thank you a lot for your support. I would like to mention a couple of problems that iam facing with my Blanco theme.
First of all, The (x) remove product, button os not working. So i have added a delete button by my self. It would be great if we could make it work.
Second, I would like to mention that there is no button for removing products from cart in mobile version. Thats a true problem.
So Iam waiting for your help.
Best regards.
Jim
Hello,
You can try to add this code in custom.css file:
@media (max-width: 480px) {.cart_del_column {
display: table-cell !important;
}}
but you have to use horizontal scroll to see “delete” icon.
To create custom.css you need rename default.custom.css to custom.css in wp-content/themes/blanco directory via FTP and enable it in Blanco – Theme Settings, tick “Enable Custom CSS file”.
Also product can be removed if you select “0” for quantity box and then update the cart.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up