Topic Resolution: Resolved
  • Closed
  • October 3, 2015 at 9:26 am #21122

    Hi, it’s about the hover menu :
    What is the CSS code to edit the contain boxes of the drop-down menu (the contain box of hover submenu items (drop-down menu) in order to :
    – move it down ? (I supose it’s with “pading”)
    – to make these borders and background > transparent
    Thanks you

    pauyel

    Marc Pauyel DOLCIAMI
    Spectator
    Posts: 10
    October 3, 2015 at 10:24 am #21123

    Ok I ve finaly find by myself ! it’s :

    ul.nav-menu li:hover ul, ul.nav-menu li.nav-hover ul {margin: 15px auto;padding: 0px 0px;border-top: 0px solid rgba(0,0,0,0);}

    ul.nav-menu li:hover ul, ul.nav-menu li.nav-hover ul {
    background: transparent!important;
    }

    Have a nice day…

    Denzel Chia
    Moderator
    Posts: 2656
    October 3, 2015 at 11:44 am #21128

    Thanks!