Removo shoppingcart en wishlist Icon mobile
-
Hi Team Xtemos,
I find the mobile view too busy. Is it possible to remove the shopping cart and wishlist icon on mobile? I think we can make it a bit more transparent then. The sale amd new button can still remain.
Thanks!
Kind regards,
Jasper
Hello,
You need to switch to the mobile view of the header: http://prntscr.com/iyd3v3
Then remove the elements you do not need.
Best Regards
Yes, that’s from header, but i need to know how i can remove the icons at the productview? See my attachment. If it still the header which one do i have to choose?
Hello,
Please provide your site admin access to the private area.
Best Regards
Hi,
Will it work this way or do you need something from me?
Kind regards,
Jasper
Hello,
Please add this code to the Theme Settings > Custom CSS >Mobile:
/*to remove the shopping cart form the product grid*/
.woodmart-hover-quick .woodmart-add-btn {
display:none;
}
/*to remove the whishlist form the product grid*/
.woodmart-buttons.wd-pos-r-t {
display:none;
}
Best Regards
Yes, it works! Thanks again for your help.
Great Team!
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Removo shoppingcart en wishlist Icon mobile’ is closed to new replies.