remove cart logo from mobile version
-
Dear support,
I’d like to remove/hide the cart logo in the mobile version. To fully understand please see the link below.
Thanks for the help
Have a nice day
Hello,
Please provide your site URL so that we could provide you with custom CSS. If your site is under maintenance, please provide your site admin access in the private area
Best Regards
Hello,
sure thanks, link below:
Thanks again
Kind regards
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 1024px){
.woodmart-hover-quick .woodmart-add-btn {
display:none;
}
}
Best Regards