Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1080749
    WoodWatchCo
    Participant

    I have a small issue with my recent implement of Superfly Menu. I have added a sub-menu under “shop” and now have two small things I’d like fixed.

    (1)- The “Shop” text is no longer centered along with the rest of the links on the list.
    (2)- On mobile, the menu shows a small grey box in the background of the sub-menu arrow indicator that I would like to remove.

    Any help would be greatly appreciated.

    #1080750
    WoodWatchCo
    Participant
    This reply has been marked as private.
    #1080874
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    li.sfm-menu-item-116.sfm-has-child-menu span{
        padding-left: 23px;
    }
    
    ins.sfm-sm-indicator {
        display: none !important;
    }
    

    Hope that helps.

    #1082085
    WoodWatchCo
    Participant

    I did not intent to remove the sub-menu arrow indicator completely. Just the grey box background that appears behind the arrow ONLY on MOBILE.

    #1082616
    Rupok
    Member

    Hi there,

    In that case remove the below code :

    #sfm-sidebar.sfm-vertical-nav .sfm-menu .sfm-sm-indicator {
      background: rgba(255, 255, 255, 0.086) none repeat scroll 0 0;
    }

    If you can find this then you can add this under Custom > CSS in the Customizer.

    #sfm-sidebar.sfm-vertical-nav .sfm-menu .sfm-sm-indicator {
      background: transparent!important;
    }

    Cheers!

    #1083372
    WoodWatchCo
    Participant

    Works great. Thank you!

    #1083542
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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