New Landing How can we help? Themeforest Theme Support Uplift Image Hover State Reply To: Image Hover State

#291878
Kyle – SUPPORT
Moderator
Post count: 35880

Hi

Sure, add this to your custom css:

.page-id-204 .spb_image.square-corners figcaption {
  display: none;
}
.page-id-204 figure.animated-overlay:hover img {
  transform: none;
}

– Kyle