Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #759176

    I would like to remove the top thin line above the fullwidth submenu. Please help. Thanks!

    #759179

    Hey JPOsteen,

    Please provide a link to the site so I can look into this further.

    Best regards,
    Jordan Shannon

    #759202

    Jordan,

    1. Here’s a look… it’s the thin border (or shadow) at the top and bottom of the fullwidth submenu under the first color section.
    2. Also, I just noticed that the background color of the menu doesn’t span fullwidth on a large HD monitor.

    Links below…

    #759205

    Hi,

    Try adding this to quick css:

    .container.av-menu-mobile-disabled{
    border:none !important;
    }

    #sub_menu1{
    border:none !important;
    }

    Let me know if this works for you.

    Best regards,
    Jordan Shannon

    #759207

    Jordan,
    Thanks. It worked perfect for removing the top line…but when I scroll, there is still one on the bottom of the submenu.

    Also, did you get a chance to look at my #2 question?

    —————

    *I figured out the code to fix it.

    Could you look at my actual link I posted earlier? I want my menu to be non-sticky, but it won’t work with my transparent header.

    • This reply was modified 7 years, 4 months ago by JPOsteen.
    #759280

    Hey!

    Looks like you managed to fix issue 2.

    #sub_menu1 {
        border: none !important;
        background-color: #aa483d;
    }

    Did you move the sub menu above the color section?

    Best regards,
    Ismael

    #759320

    Ismael,

    Thanks for responding. Issue 2 has been fixed. However, I am still having problems with the fullwidth submenu not staying fixed underneath the first color section. It looks like there may be an issue when using a transparent header. It works if I make it a sticky menu, but not a non-sticky menu.

    If you notice on the About page, the fullwidth menu is at the top of the page behind the main menu… and the links don’t even work. Please help!

    • This reply was modified 7 years, 4 months ago by JPOsteen.
    #759737

    Hi,

    So you would like the menu to be BELOW the color section? If you could provide admin info, I would be able to look into this further.

    Best regards,
    Jordan Shannon

    #759754

    Jordan,

    I would like 2 things:
    1. For the current fullwidth submenu to be nonsticky under the top color section.
    2. For a second fullwidth submenu to be placed above the main header a the top of the page.

    Thanks!

    *see login info below

    #759853

    Hi!

    1.) We added the following css code in the Quick CSS field.

    #top .av-submenu-container {
        position: relative;
    }

    .) We enabled the Header Secondary Menu in the Enfold > Header panel. Please create a new menu in the Appearance > Menus panel then set it as Enfold Secondary Menu.

    Regards,
    Ismael

    #760120

    Works! Thanks for the help!

    #760146

    Hi,

    I glad you were able to get this taken care of. If you need additional help, please do not hesitate to contact us.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Remove Top Border From Fullwidth Submenu’ is closed to new replies.