Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2165752
Logo shrinking on scroll
Closed

Comments

  • threeam started the conversation

    Hey, is there any way to quickly disable the logo shrinking on scroll?

    Thanks.

  •  7,092
    Oliver replied

    HI!

    pls. use following css:

    body #site-header.fixed.shrink .site-title a img.small {
        opacity: 0;
    }
    body #site-header.fixed.shrink .site-title a img.default, 
    body #site-header.fixed.shrink .menu-item-logo a img.default {
        opacity: 1;
    }

     

    6707465710.png

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • threeam replied

    That worked, thank you!

  •  7,092
    Oliver replied

    Welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver