• Resolved Rick Davis

    (@rick-davis)


    How can I remove the transition effect within Photo Video Gallery Master. I like the plugin’s layout and label style but I don’t want the image to be obscured with a solid color when a user moves there mouse over top of the image.

    Is this possible thru the use of special css script?
    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    HI,

    If you don’t want hover color effect put below css rules in custom css option of photo video gallery master settings.

    .view-third .mask, .view-fifth .mask {
    	background-color: rgba(0,0,0,0 ) !important;
    }
    
    .view-fifth:hover img {
       -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
       -o-transform: translateX(0px);
       -ms-transform: translateX(0px);
       transform: translateX(0px);
    }

    save the changes

    Thanks

    Thread Starter Rick Davis

    (@rick-davis)

    Worked like a charm.
    Many thanks.

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Most Welcome.

    Thank You.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Photo Video Gallery Master – remove effect’ is closed to new replies.