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

    What css is required to remove the border from a sub-menu?

    #459519

    Hi MartinNorton!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .html_header_top .header_color .main_menu ul:first-child >li > ul, .html_header_top #top .header_color .avia_mega_div > .sub-menu {
      border-top-color: transparent;
    }

    If that does not help, please post the link to your website and a screenshot showing the changes you would like to make.

    Cheers!
    Yigit

    #460771
    This reply has been marked as private.
    #461070

    Hey!

    Please try the following instead:

    #menu-item-26 ul.sub-menu {
    border-color: transparent !important;
    }

    Cheers!
    Rikard

    #461130

    Hi
    Thanks for that.
    However, it removes the border, but also most of the other styling of the menu that is handled in both the admin and with other quick css.
    Cheers
    Martin

    #461133

    Solved!
    Didn’t need css. I had missed the control in the admin.
    Used Admin > Enfold > Advanced Styling > Main Menu sublevel Links > Border Color
    Cheers
    Martin

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove border from sub-menu’ is closed to new replies.