Tagged: x
-
AuthorPosts
-
July 10, 2016 at 10:45 pm #1080749
WoodWatchCoParticipantI 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.
July 10, 2016 at 10:46 pm #1080750
WoodWatchCoParticipantThis reply has been marked as private.July 11, 2016 at 1:15 am #1080874
ChristopherModeratorHi 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.
July 11, 2016 at 3:39 pm #1082085
WoodWatchCoParticipantI did not intent to remove the sub-menu arrow indicator completely. Just the grey box background that appears behind the arrow ONLY on MOBILE.
July 11, 2016 at 11:55 pm #1082616
RupokMemberHi 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!
July 12, 2016 at 11:43 am #1083372
WoodWatchCoParticipantWorks great. Thank you!
July 12, 2016 at 1:20 pm #1083542
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1080749 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
