Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Theme Options
Remove Logo From Menu
firewalkingryan
April 2017
in
Theme Options
Is there a way to remove the logo from the menu navigation bar?
Comments
Bryan
April 2017
Hi,
Please send a link to your website
thanks
firewalkingryan
April 2017
callawassie.group46marketing.com
Bryan
April 2017
HI,
Please use this css
#Header .logo {
display:none !important;
}
firewalkingryan
April 2017
Ok, I have removed it, is there a way to have a sticky logo header but not on the main header?
Bryan
April 2017
Yes, with this css
#Top_bar:not(.is-sticky) {
display:none !important;
}
Bryan
April 2017
Yes, with this css
#Top_bar:not(.is-sticky) {
display:none !important;
}
Sign In
or
Register
to comment.
Comments
Please send a link to your website
thanks
Please use this css