Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1014511
    nicbox
    Participant

    I’ve tried about everything and I am unable to remove the boxes around the drop down menu on mobile devices for my site. I suspect a conflict somewhere. Can you take a look at suggest where I’m going wrong.
    http://johansfordphotography.com/jhp-new/

    I also need to fix the background colour for the submenu when viewing on a mobile device.
    Many thanks
    Nic

    #1014820
    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    Please add this CSS as well 🙂

    .x-navbar .mobile .x-nav li>a {
      border:0px;
      padding:0px;
      }
      .x-navbar .mobile .sub-menu {
        top: 0px !important;
        margin-top: 0em !important;
        position: static !important;
        padding: 0;
    background-color: transparent !important;
    }
    
      .x-navbar .mobile .sub-menu a {
        line-height: 30px !important;
    }
    
    

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1014511 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>