DdjvallauriFeb 22, 2019
On http://themes.semicolonweb.com/html/canvas/gallery.html
Is it possible to add an overlay photo description on mouse hover?
2 replies · opened Feb 22, 2019
On http://themes.semicolonweb.com/html/canvas/gallery.html
Is it possible to add an overlay photo description on mouse hover?
Hello,
You can consider using the following code:
[

World
14th Sep 2014
](images/portfolio/full/1.jpg)
[

](images/portfolio/full/2.jpg)
[

](images/portfolio/full/3.jpg)
[

](images/portfolio/full/4.jpg)
[

](images/portfolio/full/5.jpg)
and then use the following CSS Code:
.on-hover { opacity: 0; }
body:not(.device-touch) .on-hover {
-webkit-transition: opacity 0.3s linear;
-o-transition: opacity 0.3s linear;
transition: opacity 0.3s linear;
}
.on-hover:hover { opacity: 1; }This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
brilliant! thank you!
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard