Home › Forums › WoodMart support forum › Need to hide Something by CSS on Mobile › Reply To: Need to hide Something by CSS on Mobile
May 14, 2022 at 3:46 pm
#375922
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.wd-hover-alt .wd-add-btn>a {
display: none;
}
Best Regards