Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #875975

    krish213
    Participant

    Hey team ,
    I have multiple products listed under different product categories. I want all of the product images to be of uniform size. As of now the product images vary which does not look good.

    #875986

    krish213
    Participant
    This reply has been marked as private.
    #876333

    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .woocommerce li.product .entry-featured {
        height: 150px;
    }

    Hope it helps.