Archived topic
The Lightening Effect On The Featured Images
1 reply · Started by Anonymous on April 2, 2016
Viewing posts 1–2 of 2
Welcome.
Is there possibility to add the lightening effect on the featured images.
When people click on the featured image it lightens the pictures.
Just like on this theme:
twentyfifteendemo.wordpress.com/
You can do this with some CSS:
.post-image img:hover {
opacity: 0.7;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
This archived topic is closed to new replies.
