Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 2 posts - 1 through 2 (of 2 total)

Re: Triton Theme Thumb Features in Zenon Lite

Home Forums Free Theme Support Zenon Lite Re: Triton Theme Thumb Features in Zenon Lite

  • #22943

    Saharita

    As per ur request, I am continuing my Q here.

    Thanks for the code. it worked for the posts photos. how about for the photos that i have placed in the blocks?

    I thank you in advance for your reply.

    #22944

    Towfiq I.

    administrator

    Add this to your stylesheet:

    .mid_block_content img{
    opacity: .8;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    }

    .mid_block_content img:hover {
    opacity: 1;
    }

You must be logged in to reply to this topic.