Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #476981

    How can I remove/hide the top menu bar (above the header)? I have the fullwidth submenu option for all the pages instead (below header).

    #477055

    Hi Michel!

    Seems like you have already figured it out? :)

    Cheers!
    Yigit

    #477059

    Actually no I haven’t haha it’s still there. Below the title “WOHNEN AM WEHRENBACH” the menu is written in a light grey, you can barely see it but I need it gone.

    #477072

    Hey!

    Oh i see. I thought you meant header meta section when you said above header :)
    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #header_main_alternate {
        display: none;
    }
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 52px;
    }

    Cheers!
    Yigit

    #477080

    Oh ok perfect, that worked. Thanks. Can I change the height too? There’s too much white below the title. I’m looking for the same height as the menu bar below. Same space below the title as there is above, if you know what I mean.

    #477431

    Hi!

    You can remove or reduce the padding below the first heading by using the below css:

    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 0px !important;
    }

    Cheers!
    Dake

    #733386

    Hello,
    is there a possibility to remove the first heading ONLY on homepage? I have a one-page-design for my homepage, but at a single-post or a category, there is the problem, that the content is moving up and hide by the main menu, because I have deleted the first heading.

    Thanx and best regards
    Jens

    #733709

    Hi Jens,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #733725

    Hi,

    I’m sorry,I did not seen the possibility to hide the header on each page or post. That’s the way it works.
    Thanks for reply. Theme is wonderful!! :)

    Best regards
    Jens

    #733907

    Hi Jens,

    Great, glad you found the option to set that :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #840979

    Great work-around, but I found that on mobile width, the hamburger menu fails to appear. (I need the hamburger menu to appear.)

    Here’s the code I’m using:

    	.header-scrolled nav.main_menu {opacity: 1;}
    	nav.main_menu {opacity: 0;}
    	.header-scrolled #header_main {border-bottom: solid 1px #e2e2e2;}
    	#header_main {border-bottom: none;}
    #842331

    Hi,

    Please move the css modification inside a css media query so that it won’t affect the mobile view.

    Best regards,
    Ismael

    #842667

    Yes, thanks Ismael, that worked. I had not applied “(min-width: 767px)” to my @media.

    #842899

    Hi,

    Great. Let us know if you need anything else.

    Best regards,
    Ismael

    #1275135
    This reply has been marked as private.
    #1275179

    Hi,

    Are you referring to the container above the main header? You might be able to use this css code to hide it by default on other pages aside from the front page.

    #header_meta { 
       display: none;
    }
    
    .home .#header_meta {
       display: block;
    }
    

    Best regards,
    Ismael

    #1275182

    Yes, that is the container I’m referring to above the main header. Tried putting in your suggested code in the General Styling section but it blocks the bar from the home page – even with the second part of the code.

    #1275413

    Hi,

    but it blocks the bar from the home page

    What do you mean? Would you mind providing a direct link to the page so that we could check it? Please try to open a new thread and place the site details in the private field.

    Best regards,
    Ismael

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