Comments Maija started the conversationJuly 6, 2024 at 2:25amHi,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 674Alexandre repliedJuly 8, 2024 at 3:01pmHi,Please try this code:.sr-sticky:not(.sr_sticky_showup) .sr-site-logo {display: none;}Thanks, Alexandre from the Sonaar.io CrewMaija repliedJuly 8, 2024 at 7:40pmHi 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 674Alexandre repliedJuly 8, 2024 at 9:04pmYou are welcomeThanks, Alexandre from the Sonaar.io Crew Sign in to reply ...
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
Hi,
Please try this code:
.sr-sticky:not(.sr_sticky_showup) .sr-site-logo {
display: none;
}
Thanks,
Alexandre from the Sonaar.io Crew
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
You are welcome
Thanks,
Alexandre from the Sonaar.io Crew