How to adjust product category widget size on homepage

Home Forums Jevelin Theme How to adjust product category widget size on homepage

Home Forums Jevelin Theme How to adjust product category widget size on homepage

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • empowershop
    Participant

    Hi I was wondering how I may be able to adjust the size of the thumbnail for the product categories widget in the homepage? I uploaded the images in the screenshot but they look huge.

     

    website url: http://8d0.1ed.myftpupload.com/

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @empowershop,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .woocommerce ul.products li.product-category a img {
        width: auto;
    }

     

    Best regards,
    Shufflehound team

    empowershop
    Participant

    Thank you!

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)