Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1069410

    Hello,

    I want tou use a plugin: quad menu in this site http://www.escuelaveranoarteterapia.org/aneta-home/
    I’m trying to fix 2 problems:
    1). how I can delete the burger menu icon
    2). how I can make the mega menu bigger (fullwidth main menu)
    Thanks for your help!!!

    • This topic was modified 5 years, 8 months ago by metafora29.
    #1069833

    Hey metafora29,

    1. Try this in Quick CSS:

    li.av-burger-menu-main {
      display:none !important;
    }

    2. Are you selecting for the items to display on new rows? If so then please try to uncheck that option.

    Best regards,
    Rikard

    #1070391

    Hello Rikard,

    Thank you so much for your instructions. The first one works inmediatly!
    The second, I uncheked the “new row” option but it still showing only one row at the same time, not all rows.
    Regards,
    metàfora

    #1070746

    Hi metafora29,

    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

    #1074342

    Of course, thank you!

    #1074343

    Also I have another question,

    When I enter to the website the menu and header are ok: transparent
    but when I scroll down, the menu begins white
    How I can keep the menu transparent all the time without the contraction?

    Thank you for your help,
    metàfora

    #1075270

    Hi metafora29,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top.page-id-3510 #header .header_bg {
        opacity: 0.1;
        filter: alpha(opacity=10);
    }
    
    #top.page-id-3510 #header .logo img {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    
    #top.page-id-3510 #header .logo img.alternate {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    Best regards,
    Nikko

    #1075457

    Thanks Nikko! Works :)

    #1075770

    Hi metafora29,

    Glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘fullwidth quad menu / no burger menu / transparent header’ is closed to new replies.