Hello,
One more question,
On the link privatly provided I would like to show the main menu only, so hide the main logo. And just let it be like it is now so only add a menu to this page…How to?
Hi Remonudi!
You’ll need to switch the header back to the default setting for that page and then add a codeblock element to your content and add this inside the codeblock.
<style type = "text/css">
.logo { display: none !important; }
</style>
Best regards,
Elliott
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (min-width: 990px) {
#header_main > .container {
display: none;
}
.html_header_top.html_header_topbar_active.html_header_sticky.html_large.html_bottom_nav_header #top #main {
padding-top: 67px;
}}
Cheers!
Yigit