Hi mate,
is it possible to add icons to woocommerce product category widget?
And how to increase the font size for text (font size of category names)
Thank you very much
Hi,
Please provide us more details, what icon? can you show me in a screenshot or something?
Do you refer at the category text on a product page? This one: http://screencast.com/t/IHsPcWxx
Thanks for the message!
sure have a look: http://oi61.tinypic.com/2sazgjt.jpg
i’d like to add icons on the left (companylogos) and increase the font size.
Thanks
http://www.windowsdeal.com i use the woocommerce product category widget
thanks
Hi,
To increase the font size add this CSS in theme panel -> Custom CSS:
.widget_product_categories {
font-size: 16px;
}
About the icon, i don;t know if can’t be added, that widget is default from woocommerce, only if you edit them. Is not from our theme.
or add that section manualy with image and text+link. in a text widget with HTML
Thanks!