This topic has 7 replies, 3 voices, and was last updated 8 years, 8 months ago ago by Jack Richardson
I’ve been trying to find a topic in how I can change these icons on my Woopress theme. Is there any way I can change the Icon like I can in legenda theme?
Hello,
Could you please clarify us with more details?
Do you want to change the color of these icons or use your own icons?
Regards,
Robert Hall
Hi Robert,
I wanna change my own Icon to match my theme style. Hope to hear from you all soon, Thank you!
Hello,
Please use this code in Global Custom CSS
To change New icon:
.type-label-1{
background: url(https://www.8theme.com/demo/woopress/coffee/wp-content/uploads/sites/33/2015/07/logo-white-coffee.png);
}
To change Sale icon:
.type-label-2{
background: url(https://www.8theme.com/demo/woopress/coffee/wp-content/uploads/sites/33/2015/07/logo-white-coffee.png);
}
To change Out of Stock icon:
.out-stock{
background: url(https://www.8theme.com/demo/woopress/coffee/wp-content/uploads/sites/33/2015/07/logo-white-coffee.png);
}
background – there should be a link to your own image.
Regards,
Robert Hall
Thank you so much Robert!
You guys are the best!
Hello,
You are welcome!
Would be very appreciate if you leave a rating! You can do this in Downloads area. Login to your account on ThemeForest, go to Downloads area, find WooPress theme and you’ll see the stars next to it.
Thank you!
Regards,
Robert Hall
Hello,
You’re welcome.
Best regards,
Jack Richardson.
Tagged: change, icons, out of stock, sale, woocommerce, wordpress
The issue related to '‘Changing "NEW", "SALE","OUT OF STOCK" Icons’' has been successfully resolved, and the topic is now closed for further responses