Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1584806
product hover color
Closed

Comments

  • Catutzi started the conversation

    Hi team,

    Is there a posibily to NOT show any color when hovering over a product picture?

    Thank you.

  •  7,280
    Oliver replied

    HI!

    pls. use following css:

    body .products .product-image:hover .woo-product-overlay {
        opacity: 0;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Catutzi replied

    Excelent as always Gregor!

    Thank you.

    Can you do the magic for the pictures below (those from instagram feed)?

    Again, much obliged!

  •  7,280
    Oliver replied

    HI!

    css:

    .hover-default .portfolio-item .image .overlay:before, .hover-default .gallery-item .overlay-wrap .overlay:before {
        opacity: 0 !important;
    }
    .portfolio-item .image .overlay .links-wrapper {
        display: none !important;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver