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

    Ist posible Partner/logo element enlarge on mousse over.
    Thank

    #206915

    Hi mrivas1804!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #top .avia-logo-element-container .slide-entry:hover {
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    }

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Partner/logo element enlarge on mousse over’ is closed to new replies.