Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • orsomannaro Friend
    #890822

    I don’t like logo resizing effect when I scroll the homepage.

    How can I remove it?

    Thanks

    Pankaj Sharma Moderator
    #890831

    Hi
    Logo scale as per the effect of header , If you only want to use the same height of logo
    Go to
    Find this code

    .scrollDown .t3-header .logo-img, .scrollUp .t3-header .logo-img {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -webkit-transition: all 500ms;
        -o-transition: all 500ms;
        transition: all 500ms;
    }

    Replace it with

    .scrollDown .t3-header .logo-img, .scrollUp .t3-header .logo-img {
        transform: scale(1);
        -webkit-transform: scale(1);
        -webkit-transition: all 500ms;
        -o-transition: all 500ms;
        transition: all 500ms;
    }

    Hope it helps .

    orsomannaro Friend
    #890873

    I put the CSS code in custom.css.

    Thank you!

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

This topic contains 2 replies, has 2 voices, and was last updated by  orsomannaro 8 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum