Home Forums Basel support forum Edit Category Design Alternate

Edit Category Design Alternate

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #55716

    ejobity
    Participant

    I am using category design alternative. However my client wants a few things:
    1. No Zoom in hover effect.
    2. No product numbers on hover.
    3. No mask on hover.

    Basically she just wants an image. Trying to play with the css but no luck. I’ve reached as far as removing the product numbers on hover with a simple css.

    /*Remove Product category numbers*/
    .cat-design-alt .products-cat-number{
    display:none;
    }

    Please help.

    #55736

    Hello,

    Please add this custom CSS to the Theme Settings > Custom CSS

    div.cat-design-alt:hover .product-category-thumbnail {
       opacity: 1;
       transform: none;
       -webkit-transform: none;
       -o-transform: none;
       -moz-transform: none;
    }

    Best Regards

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