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 3 posts - 1 through 3 (of 3 total)

100% pictures opacity on the Layout 1

Home Forums Misc. General Forums 100% pictures opacity on the Layout 1

  • #13263

    przemek

    subscriber

    I would like to have the full opacity of the post pictures on the main site of the Layout 1. Could you help me please?

    http://alpha-divers.eu/

    Thanks

    Przemek

    #20839

    Towfiq I.

    administrator

    Open up triton.js from the “js” folder and remove these lines:

    jQuery(‘.lay1 .post .imgwrap’).css({‘opacity’:’0.7′});

    jQuery(‘.lay1 .post ‘).hover(function(){

    jQuery(this).find(‘.imgwrap’).stop().animate({‘opacity’:’1′}, 300);

    }, function(){

    jQuery(this).find(‘.imgwrap’).stop().animate({‘opacity’:’0.7′}, 300);

    });

    #20840

    przemek

    subscriber

    It works! Thank you 🙂