This topic has 5 replies, 2 voices, and was last updated 3 years, 8 months ago ago by Dakidfice
How do I stop the sale, out of stock, and new icons from disappearing on screens smaller than 480px? I would like to show these icons on mobile devices
Hello,
Please provide URL of page with these icons.
Regards
Hi Rose, sorry for the late reply. Here’s the url with the icons that don’t appear on mobile devices. Also, is there a way to change the color or make them smaller?
Hello,
Add the next code in Theme Options > Custom CSS > Custom CSS for mobile:
.product-content-image .label-product {
display: block;
}
This code can be added in Global custom CSS area:
.type-label-2 {
background-color: red;
width: 50px;
height: 50px;
}
.type-label-2 .sale {
font-size: 12px;
margin-top: 17px;
}
Regards
Thanks!!! You guys are awesome!
The issue related to '‘Sale icon disappears on mobile’' has been successfully resolved, and the topic is now closed for further responses