Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey, musicophilia, feel free to experiment around with the following CSS:

    div.menu.main-menu  #primary-menu .sub-menu {
        visibility: hidden !important;
    }
    
    div.menu.main-menu  .sub-menu > li {
        visibility: visible;
    }
    div.menu.main-menu  .sub-menu li > a {
        background: #4ab2b2 
    }
    Thread Starter musicophilia

    (@musicophilia)

    Thanks so much!

    Is there any way to lose this white box above?

    View post on imgur.com

    Try changing

    div.menu.main-menu  #primary-menu .sub-menu {
        visibility: hidden !important;
    }

    to

    div.menu.main-menu ul#primary-menu li ul.sub-menu {
        visibility: hidden !important;
    }
    Thread Starter musicophilia

    (@musicophilia)

    It’s still visible.

    Try removing:

    div.menu.main-menu  .sub-menu > li {
        visibility: visible;
    }

    And change

    div.menu.main-menu  .sub-menu li > a {
        background: #4ab2b2 
    }

    to

    div.menu.main-menu  .sub-menu li > a {
        background: #4ab2b2;
        visibility: visible;
    }
    Thread Starter musicophilia

    (@musicophilia)

    Can i bring this to the front now?

    Sorry for bothering you so much.

    View post on imgur.com

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Can someone help me with the top menu bar?’ is closed to new replies.