Tagged: x
-
AuthorPosts
-
December 12, 2016 at 10:34 pm #1290807
TeeebestParticipantHello, I have two questions please:
1. I want the word MENU to be to the left of the hamburger icon and not below it.
2. I want my submenu items to display on hover and not when the parent menu item is clicked.
http://rccgriversofjoy.org/tlc-homeThanks as always
December 13, 2016 at 1:29 am #1290921
RupokMemberHi there,
Thanks for writing in!
#1. It seems you have added the below code :
.sfm-navicon-button::after { color: #ffffff; content: "Menu"; display: block; font-size: 12px; font-weight: normal; left: -50%; line-height: 18px; margin: 5px 0 0; position: absolute; text-align: center; text-decoration: none !important; top: 100%; width: 200%; }Let’s update the code to following :
.sfm-navicon-button::after { color: #ffffff; content: "Menu"; display: block; font-size: 12px; font-weight: normal; line-height: 18px; margin: 5px 0 0; position: absolute; right: 25px; text-align: center; text-decoration: none !important; top: 11px; width: 200%; }#2. Let’s follow the Superfly documentation. Official documentation here – http://superfly.looks-awesome.com/docs/Getting_Started
Hope you will find the option described there.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1290807 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
