Hello,
in enfold theme > header. I select header layout > logo left menu below. Also, on tab header behavior I want to select Sticky Header.
How can i do sticky header only nav menu without logo.
Thank you
Hey Isakos-Soft,
I’m not sure I understand what you are trying to do there, could you post a screenshot highlighting the changes you would like to make please? You can upload to a service like imgur.com and then link to it here.
Best regards,
Rikard
Hello,
I want to hide logo and the area which logo show on scroll down. I want to show on scroll down only the nav menu like that image.
Hi!
Please go to Enfold theme options > Header > Header Behaviour and check sticky and shrinking options and then add following code to Quick CSS in Enfold theme options under General Styling tab
.header-scrolled .av-logo-container {
display: none;
}
Best regards,
Yigit
That worked perfectly.
Thank you