Okay
  Public Ticket #1159538
product full size
Closed

Comments

  • friedrichsantana started the conversation

    I want to use my products in full size (324x324px like I've uploaded) without the gray area around. I have tryed the tutorial of the support but cant make it.

  •  1,558
    Laborator replied

    Hi friedrichsantana,

    You will need to go to the Custom CSS area, then search and remove these CSS lines (they are separated and can be located from the top to the bottom so search them one by one):

    /* Shop - Sale Button Styling */
    .woocommerce .product .item-images {
        background:  #EEE;    
    }
    /* Shop - Catalog Image Width */
    .woocommerce .product .item-images  {
        background: #EEE;
    }
    /* Shop - Single Item Image */
    .single-product .images {
        background: #EEE;
    }
    .woocommerce .single-product .kalium-woocommerce-product-gallery .main-product-images.carousel .woocommerce-product-gallery__image {
        background: #EEE;    
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • friedrichsantana replied

    Obrigado!