Okay
  Public Ticket #3680771
Logo on Home Page
Closed

Comments

  • Maija started the conversation

    Hi,

    I'm trying to hide the main logo on the front page while retaining the sticky logo when you scroll down. I'm using css, but when I'm successful in hiding the main logo, it also hides the sticky logo.

    Your help is greatly appreciated. 

    Thank you,

    Maija

  •  653
    Alexandre replied

    Hi,
    Please try this code:


    .sr-sticky:not(.sr_sticky_showup) .sr-site-logo {
    display: none;
    }

    Thanks,


    Alexandre from the Sonaar.io Crew

  • Maija replied

    Hi Alexandre, Since I wanted this to occur on the Home Page only, I added .home to the code. Now it works perfectly. Thank you so much!!! -Maija

  •  653
    Alexandre replied

    You are welcome

    Thanks,


    Alexandre from the Sonaar.io Crew