• Resolved igby

    (@igby)


    I have dropdown menus at the top of my page. I’m trying to make it so that there is no background for the dropdown menu. Any tips?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Vytis

    (@bvytis)

    Hi @igby,

    Thank you for using the Neve theme.

    If I understand the request properly you want the sub-menu that appears when you hover on the main menu to be transparent, correct?

    This is the CSS code that should help you (add it to appearance->Customize->Additional CSS section):

    .hfg_header .header-main-inner .nav-ul .sub-menu {
        box-shadow: none;
        background-color: transparent;
    }

    The second line with box-shadow removes the borders, you can test whether it looks better for you with borders or without them.

    I hope it helps!

Viewing 1 replies (of 1 total)

The topic ‘dropdown menu background’ is closed to new replies.