Support Forums for LiveMesh Themes & Plugins › Forums › Enigmatic Theme Support › Image Opacity › Reply To: Image Opacity
October 15, 2013 at 6:18 am
#2213

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 */ }