Reply To: Image Opacity

#2213
livemeshlivemesh
Keymaster

You can use the rgba syntax –

http://css-tricks.com/rgba-browser-support/

for changing the hover opacity as shown below. Thanks –

.image-info {
background: rgba(70, 165, 213, 0.8); /* Opacity 0.8 */
}