Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #804098

    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

    • This topic was modified 6 years, 10 months ago by goldglobe.
    #804216

    Hey goldglobe,

    Add the following to quick css:

    
    .category_thumb{
    display:none
    }

    Best regards,
    Jordan Shannon

    #805156

    Dear Jordan,

    Yes! This is what I want. Thank you very much for your great support. ^_^

    Nicole

    #805170

    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

    #805181

    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

    #805270

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘not to display thumbnails images of product categories’ is closed to new replies.