This topic has 6 replies, 4 voices, and was last updated 9 years, 8 months ago ago by Eva Kemp
Hi,
i need to add other icons to my shop.
Is it possibile?
Thank you
l.
Hello,
You can changes style of “out of stock” icon via CSS style. Please add this code in custom.css file.
.out-stock{
background:red;
}
and “new” icon:
.type-label-1{
background:red;
}
Please replace red
to link of your icons (background: url(here is link to your image)
;).
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Hi Robert,
thank you for your answer.
I need also “out of stock”, “new” and “sale” icons… so, i cannot change css, but i need to add new icons.
Thank you.
Please provide us with links to the page with this icons or sreenshot of the place where you would like to add this icons.
With best regards
Brian Johnson
It’s a simple shop, but i need to add some labels like “Elegant”, “Sporty”, etc…
I saw there are many plugins to do that, but i hope i can do it editing your code directly…
Hello,
Sorry, but in this case you have to use some 3rd-party plugins to add your own labels.
Regards,
Eva Kemp.
Tagged: add icons, out of stock, persuasive, template, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up