Tagged: toggle menu
- This topic has 9 replies, 4 voices, and was last updated 2 years, 6 months ago by
Theme Horse Support Team.
-
AuthorPosts
-
November 23, 2017 at 7:04 am #54132
Pierre
ParticipantI need to put a simple text in the smartphone toggle menu only.
November 23, 2017 at 10:13 am #54139Theme Horse Support Team
KeymasterHi Pierre,
Add below custom css code to show text ‘menu’ for toggle menu.
@media only screen and (max-width: 767px){ .menu-toggle { width: 40px; } .menu-toggle:before { font: 14px "Open Sans",sans-serif; content: 'menu'; } }
Thank you!
November 23, 2017 at 10:25 am #54141November 27, 2017 at 6:23 am #54229Theme Horse Support Team
KeymasterHi Pierre,
For this it needs code customization you need to hire a developer.
Thank you!
November 27, 2017 at 6:29 am #54230Pierre
ParticipantI resolved. You can see in toggle menù my invention: Photoman Photos
November 27, 2017 at 6:33 am #54232Theme Horse Support Team
KeymasterGreat that you solved it.
November 14, 2020 at 2:52 pm #82929natalie-0792
ParticipantHi, sorry to jump on an old topic, but is there a way to have the text as well as the hamburger menu so they are next to each other? Thanks
currently using this code but the font is off.
`.menu-toggle:before {
content:’\f0c9”\00a0′ “Menu”;
position: absolute;
color:#333;
font-size: 20px;
}November 17, 2020 at 6:41 pm #82983Theme Horse Support Team
KeymasterHi natalie-0792,
Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
.menu-toggle { position: relative; } .menu-toggle:after { content: 'Menu'; display: block; font-size: 15px; position: absolute; top: 3px; right: 33px; }
Thanks
November 19, 2020 at 7:22 pm #84006natalie-0792
ParticipantThank you very much for this, and for the nice theme 🙂
November 21, 2020 at 11:57 am #84031Theme Horse Support Team
KeymasterYou are most Welcome,
Please let us know if you have any other queries regarding the Theme.
Thanks
-
AuthorPosts
- You must be logged in to reply to this topic.