Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #419175

    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?

    #419648

    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

    #420321
    This reply has been marked as private.
    #420419

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.