The Columnist theme: Remove gray boxes when hovering over thumbnail images

  • Unknown's avatar

    I’d like my thumbnails (on the blog’s main page) not to turn gray when I hover over them.

    I found a previous forum topic with the CSS to change this on the masthead but I can’t seem to figure out how to do it for the featured picture thumbnails.

    Thanks.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Figured it out! For anyone else who is searching…

    }

    #feed-wrap .thumbnail:hover img {
    -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
    filter:alpha(opacity=1);
    opacity:1;

  • The topic ‘The Columnist theme: Remove gray boxes when hovering over thumbnail images’ is closed to new replies.