Tagged: thumbnails, woocommerce
Hi Enfold team,
l like your theme very very much. Thank you for your great work. You got my 5 stars reviews. ^_^
Recently, I tried to build up an e-Commerce website with Enfold + Woocommerce. I set up categories and sub-categories for my shop. I found that when I put a thumbnail image in each category. When I click on the deep product page, the thumbnail image show on the top of the products page. I don’t want to show the image of categories on the shop page.
Would you please help me for this? How can I remove the thumbnails image in each product shop page? ^_^
Thank you very much in advance.
Best Regards,
Nicole
Hey goldglobe,
Add the following to quick css:
.category_thumb{
display:none
}
Best regards,
Jordan Shannon
Dear Jordan,
Yes! This is what I want. Thank you very much for your great support. ^_^
Nicole
Hi Jordan,
Another question, how I can set up the css of woocommerce-loop-category__title. Now, original size is H2, this is too big. Would you please help me a tips for resize the title of woocommerce category text size. Thank you a lot in advance.
With my best regards,
Nicole
Hello Jordan,
I have found a solution to resize the CSS of woocommerce by myself as below:
.woocommerce-loop-category__title {
font-size: 19px;
text-align: center;
padding-top: 5px;
}
Thank you. :)
Regards,
Nicole
Hi,
Great! I am glad you found a solution. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon