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: feature image mouse hover

New Front EN Support Forums Kanso Theme Support feature image mouse hover Reply To: feature image mouse hover

#2992
mmsatori
Keymaster

Hey Massakid,

please excuse me, the first two options will become available from theme version 1.5.

Meanwhile, you can control the mentioned parameters by adding several lines of code into the “Style: Add Custom CSS” tab of the Theme Options panel:

.isotope .image-post-overlay {
background-color: #333333 !important;
opacity: 0.5 !important;
}

In the above code, you can replace the “#333333” by the hex representation of any color you require. The “opacity” setting can take values from 0.0 to 1.0, where 0.0 is fully transparent, and 1.0 is opaque.

Should you have additional questions about the portfolio overlays, do not hesitate to contact me!

Sincerely,
Andrii / Satori Studio