This topic has 4 replies, 2 voices, and was last updated 7 years, 7 months ago ago by Rose Tyler
Hi there,
I need to set the size of the “new” icon and “sale” icon at the product page
any idea?
Thanx
Hello,
You can add this code in Custom css:
.type-label-2, .type-label-1 {
width: 50px;
height: 50px;
}
.type-label-2 .sale, .type-label-1 .new{
margin-top: 16px;
}
Regards,
Rose Tyler.
ok thanx
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘setting the size of "new" and "sale" at the product page’' has been successfully resolved, and the topic is now closed for further responses