image effect in slideshow
-
hello I want to add some effect to my images in featured content
is it in .featured-wrapper?the code:
.fourth-effect .mask {
position:absolute; /* Center the mask */
top:50px;
left:100px;
cursor:pointer;
border-radius: 50px;
border-width: 50px;
display: inline-block;
height: 100px;
width: 100px;
border: 50px solid rgba(0, 0, 0, 0.7);
box-sizing:border-box;
opacity:1;
visibility:visible;
transform:scale(4);
transition:all 0.3s ease-in-out;
}.fourth-effect:hover .mask {
opacity: 0;
border:0px solid rgba(0,0,0,0.7);
visibility:hidden;
}And it should look like this http://www.alessioatzeni.com/wp-content/tutorials/html-css/CSS3-Hover-Effects/index_4.html
The blog I need help with is: (visible only to logged in users)
-
-
Hi there,
Can you please repost this in the CSS Customization forum where all our CSS requests are handled?:
https://en.forums.wordpress.com/forum/css-customization
We have staff and volunteers that go through the threads there.
Thank you!
- The topic ‘image effect in slideshow’ is closed to new replies.