Hey folks.
We’re considering using awesome Enfold on another site…
but:
Can we remove the logo and center the menu in the nav?
Thanks!
Mark
Hey interage!
Yes, you can add following code to Quick CSS to hide logo
.logo { display: none !important; }
Then you can go to Enfold theme options > Header and choose to display “Logo center, menu below”.
Best regards,
Yigit
OKAY!
Bought it again. :)
Question – how do we remove the actual box the logo came in, so the menu is at the top of the window?
Thanks!
M
Hi!
Do you have a testing environment? If not, please create one and post the link here so we can provide you more accurate custom CSS code :)
Best regards,
Yigit
Hi!
Please add following code to Quick CSS
div#header_main > .container {
display: none;
}
.html_header_top.html_header_sticky.html_large.html_bottom_nav_header #main {
padding-top: 37px;
}
Best regards,
Yigit
You’re the best.
Thanks!