We used this code to take out the logo –> .header-logo {display:none !important}
however, we would like to keep the logo in the fixed navigation bar.
Howe can we do that please?
This topic has 6 replies, 3 voices, and was last updated 10 years, 4 months ago ago by Jack Richardson
We used this code to take out the logo –> .header-logo {display:none !important}
however, we would like to keep the logo in the fixed navigation bar.
Howe can we do that please?
Hello
Please use this code into the custom.css:
.header .header-logo{display:none}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Hello,
With best regards
Brian Johnson
Please let me know how I can delete the logo in the Fixed Header, while I keep the logo in the main header.
Thank you…
Hello,
Please add this code in custom.css:
.fixed-header-area .header-logo {
display: none;
}
Best regards,
Jack Richardson.
all done!!! nice 🙂
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Logo in The Fixed Navigation’' has been successfully resolved, and the topic is now closed for further responses