Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #943429

    Hi Enfold legends!

    I need the hamburger menu to be primary for all devices!? I have trawled the forums but to no avail?

    Assuming I need to set logo to 1×1 pixel transparent as client does not want to logo appear

    Also need hamburger to appear without menu header?

    Thank you!

    #943591

    Hey washem,

    Hamburger menu: you can set that under Enfold->Main Menu.

    Logo: you can hide it using this in Quick CSS:

    span.logo {
      display:none !important;
    }

    Best regards,
    Rikard

    #944386

    ok thanks Legend!

    Can you look at the site now?

    I need hamburger menu to be top left at all times, I have technically achieved this but it seems via 2 methods…

    In desktop the site has the header section with hamburger below while in mobile I get a clean hamburger menu only style – This is what I need for the whole site always on desktop and mobile. (1)

    Mobile mode hamburger menu to be aligned to the left (2)

    thanks in advance we love Enfold!

    #944801

    Hi,

    Please try this CSS as well:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .main_menu {
        left: 0;
        right: auto;
    }
    }

    Best regards,
    Rikard

    #945012

    ok thanks but the logo bar and menu bar with hanburger still go white when scroll down?

    I want it to be the same as the mobile view all the time. Hamburger top left, no logo, no menu bar.

    you can see this is not the case but works in mobile

    #945651

    Hi,

    As I understand you need to replicate the mobile header in the desktop view correct?

    Desktop view : Transparent sticky header with a white Hamburger menu.

    Please add this code to your CSS

    #header.header_color .header_bg {
        background: transparent;
    }

    Best regards,
    Vinay

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