Home › Forums › WoodMart support forum › Add to basket text change / to icon on desktop page › Reply To: Add to basket text change / to icon on desktop page
July 18, 2023 at 11:49 pm
#482478
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 1024px) {
body .wd-buttons .wd-action-btn > a {
width: 48px;
height: 48px;
}
body .wd-buttons .wd-action-btn>a:after,
body .wd-buttons .wd-action-btn>a:before {
font-size: 20px;
}
}
Best Regards