Tagged: x
-
AuthorPosts
-
January 12, 2017 at 7:52 pm #1328137
newskywebsitesParticipantHi there, I have an old school customer that doesn’t think people know what the “hamburger” menu indicates 🙂 I’ve seen sites where there is a button that says “MENU” on mobile instead of the hamburger menu. Is that possible with X?
Site: http://vitalgreen.newskywebsites.com/
Latest version of everything.
Thanks!
DawnJanuary 12, 2017 at 10:49 pm #1328279
Prasant RaiModeratorHello Dawn,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
[data-x-icon]:before, [class*="x-icon-"]:before { content: "Menu" !important; }January 13, 2017 at 8:01 am #1328754
newskywebsitesParticipantThat worked really nice for changing the hamburger menu to the word “menu” but it also added the word “Menu” over my social media icons in the top bar. See video: http://screencast-o-matic.com/watch/cbVIIRQCUe
Hoping for a fix?
Thanks!!
DawnJanuary 13, 2017 at 11:12 am #1328961
JoaoModeratorHi Dawn,
This code instead:
.x-btn-navbar .x-icon-bars:before { content: "MENU"; }Thanks
Joao
January 13, 2017 at 11:13 am #1328964
JoaoModeratorHi Dawn,
This code instead:
.x-btn-navbar .x-icon-bars:before { content: "MENU"; }Thanks
Joao
January 13, 2017 at 4:51 pm #1329264
newskywebsitesParticipantThank you! That worked! However, the text is in a clashing font with the site. Can it use the default font for the site site in the customizer? In this case, that’s google font Signika.
Thanks!!
DawnJanuary 13, 2017 at 10:09 pm #1329525
FriechModeratorYeah sure, please tweak Joao’s code a bit.
.x-btn-navbar .x-icon-bars:before { font-family: "Signika",sans-serif; content: "MENU"; }Cheers!
January 16, 2017 at 12:15 pm #1332347
newskywebsitesParticipantThank you! That’s perfect!
DawnJanuary 16, 2017 at 12:25 pm #1332360
newskywebsitesParticipantI added some CSS to center the menu when it wraps, but I can’t figure out how to add padding between the logo and the MENU button on a phone. See screenshot.
Can you look at my CSS and tell me what I need to add/edit? THANKS!!
/* word menu instead of hamburger menu on mobile */
.x-btn-navbar .x-icon-bars:before {
font-family: “Signika”,sans-serif;
content: “MENU”;
}@media (max-width: 700px) {
.x-btn-navbar, .x-btn-navbar.collapsed {
font-size: 15px;
width: 65px;
text-indent: 2px;
padding: 10px;
float: none !important;
clear: both;
margin: 20px auto;
}
}January 16, 2017 at 12:27 pm #1332372
JoaoModeratorHi There,
Please add the following code to appereance > Customizer > Custom > CSS
@media (max-width: 769px) { .x-brand { margin-bottom: 20px; }}Thanks
Joao
January 16, 2017 at 12:35 pm #1332386
newskywebsitesParticipantOUTSTANDING SUPPORT!! Thanks so very much!!
DawnJanuary 16, 2017 at 2:10 pm #1332509
JoaoModeratorYou are welcome 🙂 Thanks for the kind words.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1328137 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
