• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 19.09.18, 14:19
  • Opened by: Lisa Keeling
  • Closed by: Marek
  • Closed on: 14.12.18, 15:51
  • Reason: Closed
  • Comment: Glad to help!

Ticket #12935 - look book animated items

Hi Marek,

Can you please tell me how can I disable the ‘animation effect’ when I hover over the image on look book section? See image attached

Comments

Marek 20 Sep 2018, 13:11

Open the file:
/modules/pk_lookbook/views/assets/css/styles.css
Find and delete the code:

.pk-alt-view .lookbook-products-list > article:hover,
.pk-alt-view .lookbook-products-list > article.pk-active {
    z-index: 99;
    background: #fff;
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, .2);
}