CharlieH Posted January 31, 2021 Share Posted January 31, 2021 Site URL: https://abbieandhenry.com/england Someone can help me; I'm trying to figure out how to create a hover effect into my gallery page: https://abbieandhenry.com/england and show into each image the word "Read more" how can I achieve some result like this into my FORTE template? (Example) https://www.w3schools.com/howto/howto_css_image_overlay.asp Thanks Link to comment
tuanphan Posted February 3, 2021 Share Posted February 3, 2021 Hi. You mean images in slideshow? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
CharlieH Posted February 4, 2021 Author Share Posted February 4, 2021 Hi, Yes, I'm trying to figure out, but I can't find a right way. I have only achieved to place the darker effect on it. /*GalleryEffect*/ .slideshow.strip .slide>img:hover { -webkit-filter: brightness(100%); } .slideshow.strip .slide>img:hover { -webkit-filter: brightness(70%); -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; -ms-transition: all .5s ease; transition: all .5s ease; } Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment