Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: Excerpts overlay don't show on portfolio projects with no image

New Front EN Support Forums Ikebana Theme Support Excerpts overlay don't show on portfolio projects with no image Reply To: Excerpts overlay don't show on portfolio projects with no image

#3077
mmsatori
Keymaster

Hey Jonas,

this bit from the last piece of code I posted should have done the trick –

.iso-masonry .has-post-thumbnail .image-post-overlay:hover {
  background-color: #0F0;
}

Have you tried it? If that doesn’t work, give this a try:

.iso-masonry .has-post-thumbnail:hover .image-post-overlay {
  background-color: #0F0;
}

Best,
Andrii / Satori Studio