Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1163145
    r_c_
    Participant

    Hi, I have x theme all running ok with Woo. However if I try and display products as say a grid the thumbnails of each product don’t show up, although the titles do. I believe I had filled all the locations of the product in that need images (lightbox and main product image).

    I will provide private links for you in the next reply. Any help appreciated.

    Thanks,
    Richard.

    #1163146
    r_c_
    Participant
    This reply has been marked as private.
    #1163162
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .woocommerce li.product .entry-featured {
        display: block !important;
    }

    Hope it helps 🙂

    #1163172
    r_c_
    Participant

    Thanks Thai, that worked a treat.

    Lastly, where will I control the size of these thumbnails?

    Many thanks,
    Richard.

    #1163193
    Thai
    Moderator

    Hi Richard,

    Please update the previous CSS a bit:

    .woocommerce li.product .entry-featured {
        display: block !important;
        max-width: 250px;
    }

    Hope it helps 🙂

    #1163202
    r_c_
    Participant

    Magnificent! Thanks again Thai. Most helpful.

    Richard.

    #1163215
    Thai
    Moderator

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1163145 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>