Tagged: x
-
AuthorPosts
-
November 2, 2016 at 12:51 pm #1241167
rok1975ParticipantHi,
is it possible to change the responsive menu icon/text-combination (closed.png) to another menu icon/text-combination (open.png)?
Thanks
Best
TobiNovember 2, 2016 at 3:57 pm #1241416
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > Custom > CSS
.x-btn-navbar.collapsed .x-icon-bars:before { content: "Open"; } .x-btn-navbar .x-icon-bars:before { content: "Close"; }Hope it helps
Joao
November 3, 2016 at 4:28 am #1242102
rok1975ParticipantHey,
sometimes i think to complicated thanks. 😀
One last question, is it possible to change the icon for “open” for example an arrow-down and for “close” an arrow-up? I hope you know what i mean.
Thanks
Best
TobiNovember 3, 2016 at 4:52 am #1242130
LelyModeratorHello Tobi,
Please update above CSS to this and we need to move this now on your child theme style.css file because the slash will be remove by the customizer when you save it.
.x-btn-navbar.collapsed .x-icon-bars:before { content: "\f063"; } .x-btn-navbar .x-icon-bars:before { content: "\f062"; }For other icon options and their unicode, you may check it here:http://fontawesome.io/icons/
Hope this helps.
November 3, 2016 at 8:04 am #1242293
rok1975ParticipantHey,
thanks but its not working plott.pixelkoenige.de it only shows a square for both icons.
Best
TobiNovember 3, 2016 at 9:56 am #1242473
JoaoModeratorHi Tobi,
I tested the code provided by Lely and it works,
Would you mind sharing your URL with us?
Thanks
Joao
November 3, 2016 at 11:39 am #1242613
rok1975ParticipantHey,
plott.pixelkoenige.de
Thanks
TobiNovember 3, 2016 at 2:07 pm #1242764
rok1975ParticipantHey,
it works.
Thanks
TobiNovember 3, 2016 at 2:30 pm #1242792
JadeModeratorYou’re most welcome, Tobi.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1241167 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
