• Closed
  • Wade Gillis
    Spectator
    January 24, 2014 at 8:12 pm #8246

    On my site I want to use the top menu and leave the main menu blank. In desktop view this looks fine but in mobile view it adds the main menu button even though there is no content. How do I remove it? Site is clappingfetus.com

    Roman
    Spectator
    Posts: 3147
    January 24, 2014 at 9:53 pm #9029

    insert this in the Custom CSS field, it shoud fix it:

    Code:
    #wrapper .dd-container .dd-select {display:none!important;}
    Wade Gillis
    Spectator
    Posts: 2
    January 25, 2014 at 6:08 am #9030

    Ok, I tried this and it gets rid of the Main Menu but the problem is that it affects top menu too. So, now there is no menu at all on mobile. I want to keep the top menu and just get rid of the main one that shows below the logo.

    Roman
    Spectator
    Posts: 3147
    January 25, 2014 at 11:11 am #9031

    sorry, use this instead:

    Code:
    #wrapper #header .dd-container .dd-select {display:none!important;}