Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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,092
    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,092
    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