1. dominiek.reyniers@redo-IT.be
  2. Commercial Templates
  3. Tuesday, 28 November 2017
  4.  Subscribe via email
Hello, I want to remove the hoover effect on my two images, and have the caption visible permanently without having to hoover over the image.

http://www.ji-consult.Be/fixingyou

On the mainpage there, I would like to show the two images, with the effect as if you hovered over them.

Is there also a possibility to make them same size?



I found some previous topics (J51 Grid Gallery - remove hover effect ?) about this, but they don't seem to be working.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)...

.gridgallery figure.effect .overlay {
opacity: 0.6;
}
.gridgallery figure.effect figcaption,
.gridgallery figure.effect h3 {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!