Change image size product categories - by dude77

This topic has 7 replies, 4 voices, and was last updated 10 years, 6 months ago ago by Stan Russell

  • Avatar: dude77
    dude77
    Participant
    May 30, 2015 at 14:52

    hi there
    its possible to change the size from product categories image and hidde the info text.
    check printscreen for better understand:)

    –> http://de.tinypic.com/r/2zjdjrt/8

    6 Answers
    Avatar: Eva
    Eva Kemp
    Participant
    June 1, 2015 at 12:04

    Hello,

    Please add this code in custom.css file:

    .owl-carousel .product-category img {
        height: 300px;
        width: 260px !important;
    }
    .categories-mask {
        display: none;
    }

    Regards,
    Eva Kemp.

    Avatar: dude77
    dude77
    Participant
    June 1, 2015 at 12:47

    hi eva
    categories mask hide works perfect.
    for the product images i have to delete “.owl-carousel ” before the css u send me then it works, but there ar only 3 in a row and i want 4. the 4th is on the next line.
    i try with padding but not works.. see the code below..

    .product-category img {
    padding: 0px 0px 0px 0px;
        height: 300px;
        width: 260px !important;
    }
    Avatar: Robert Hall
    Robert Hall
    Participant
    June 1, 2015 at 14:30

    Hello,

    Please try to add this code in custom.css file:

    @media only screen and (min-width: 980px){
    .product-category, .products-grid .product-category {
      width: 25% !important;
    }}

    Also navigate to Theme Options->Product Page Layout->Products per row and set 4.

    Regards,
    Robert Hall.

    Avatar: dude77
    dude77
    Participant
    June 1, 2015 at 14:46

    just perfect.. 🙂 thx eva:)

    Avatar: dude77
    dude77
    Participant
    June 1, 2015 at 14:58

    ups sorry, thx robert:)

    Avatar: stan
    Stan Russell
    Participant
    June 1, 2015 at 15:50

    Hello,

    you are welcome!

    Regards,
    Stan Russell.

  • Viewing 7 results - 1 through 7 (of 7 total)

The issue related to '‘change image size product categories’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.