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

    hi there,

    Hope for help. Can’t figure it out myself and you have a few posts on that already but none seem to work for me.
    1) How do I move my menu to footer and divide the menu in two columns ELSE the footer gets too high. I also want to add a third column for other stuff?
    2) How do I then remove the menu from header?
    3) How do I make the header 100% transparent. I still want a logo in header so I would like to keep it.

    added link to webpage editmode. Don’t know if you also need my login

    • This topic was modified 5 years ago by sanjamarinkson. Reason: forgot to add the link to website
    #1151119

    Hey sanjamarinkson,

    Thank you for using Enfold.

    1.) You can configure the number of columns in the footer by adjusting the Footer Columns settings in the Enfold > Footer settings panel. You can then configure the widgets or add a new Navigation Menu in the Appearance > Widgets panel.

    2.) Currently, there is no option for that because it’s quite rare to see a site without a header menu, but we can add a css code to hide the menu. Please add this css code in the Quick CSS field or the child theme’s style.css file.

    .main_menu {
    	display: none !important;
    }
    

    3.) You can set the header transparency in the page’s Layout > Header visibility and transparency settings.

    We encourage users to always open a separate thread for each inquiry instead of including them all in a single ticket, because they usually get a quicker response that way.

    Best regards,
    Ismael

    #1152042

    Hi Ismael,
    I added the CSS code in the quick CSS field but menu is still visible in header… what am I doing wrong? It should be hidden on all pages.

    #1152341

    Hi sanjamarinkson,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

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