Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #434092

    Dear team;
    I have been asked to suppress the default solid line wrapped around the dropdown submenu, turning it into box. (Each li retains its default style inside this “box”.)
    I experience difficulties identifying the CSS element governing the dropdown submenu border. It’s hard to catch on the fly for me.
    The frame is currently 1pt solid “black”.
    A nice trick would consist in changing its color to white.
    Thx in advance.
    A.

    #434096

    Hey Alexoidea!

    Please add following code to Quick CSS

    .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: white;
    }

    Regards,
    Yigit

    #434150
    This reply has been marked as private.
    #434553

    Hey!

    Use this to remove the border:

    .av-main-nav ul li a {
      border: 0 !important;
    }

    Best regards,
    Ismael

    #435110

    Ismael and the whole Kriesi team, you are Fantastic!
    Thank you a thousand times!
    A.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘dropdown menu (submenu) border suppression’ is closed to new replies.