Image Opacity

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2206

    I’d like my Portfolio and Blog thumbnails to have a semi-transparent overlay effect, on hover, like the theme demo. I thought I had located the code in style.css line 152 **Image Info Hover** however changing these opacity values doesn’t affect the hover opacity but rather the default opacity. Can you please help me out?

    Thanks

    #2213
    livemesh
    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 */
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Enigmatic Theme Support’ is closed to new topics and replies.