1. GF
  2. Sherlock Holmes
  3. Commercial Templates
  4. Sunday, 06 March 2022
  5.  Subscribe via email
Is there a way to show the title of an Image permanently in ImageHover? So not only when you hover over it?

TIA
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

It is possible with some CSS however the solution varies depending on the hover effect you are using. Would you have a URL to an example of your gallery?

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Please see https://casas-fruta.eu (the 4 houses at the top of the homepage)
  1. more than a month ago
  2. Commercial Templates
  3. # 2
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)....

[class*=" imghvr-fade"] figcaption, [class^="imghvr-fade"] figcaption {
opacity: 1;
transform: none;
}
.j51imagehover_title {
opacity: 1 !important;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Ciaran. I did some other tweaks and now it's perfect.
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


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