Home › Forums › WoodMart support forum › Mobile Menu Navbar Custom Button
Mobile Menu Navbar Custom Button
- This topic has 11 replies, 2 voices, and was last updated 2 years ago by Elise Noromit.
-
AuthorPosts
-
November 19, 2022 at 5:24 pm #422263
naldekhelParticipantHi there,
Am trying to add a custom button, but I dont want to add a text for the button. If I leave it empty, it wont show the button, and if I only put a space, also it wont show. Using CSS would also remove other buttons text, which I want to keep.
How can I only remove the text on the custom buttons?
Thanks
November 20, 2022 at 7:17 am #422314
Elise NoromitMemberHello,
You can try to add a separate button or add text and make the color transparent. As soon as you add a button, let us know if you need custom CSS help.
Best Regards
November 20, 2022 at 8:01 am #422320
naldekhelParticipantI have already add the custom button, but I dont want to make it transparent as I want to use the text space to enlarge the icon there.
Could you please share the css or php snippets code to remove it.
Thanks
November 21, 2022 at 6:01 am #422377
Elise NoromitMemberHello,
Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.
Best Regards
November 27, 2022 at 2:33 am #424098
naldekhelParticipantThere you go.
November 28, 2022 at 2:55 am #424201
Elise NoromitMemberHello,
Sorry for the delay.
Could you kindly provide the screen and show where you want to add the custom button? What icon do you want to add?
Best Regards
November 28, 2022 at 10:03 am #424242
naldekhelParticipantHi there,
I already added the button and the icon(The one on the middle). I was to remove only the custom button title, and use it space to enlarge the icon (only the custom button).
Thanks
Attachments:
You must be logged in to view attached files.November 29, 2022 at 4:44 am #424545
Elise NoromitMemberHello,
I have double-checked and I see it is not possible to make the button big there. Even if we remove the text the image would not get bigger.
If you have any questions please feel free to contact us.
Best Regards
November 29, 2022 at 12:26 pm #424662
naldekhelParticipantOkay, Could please just remove the text it self? Without making the icon bigger. (Just the custom button)
December 1, 2022 at 3:43 am #425237
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-toolbar.wd-toolbar-label-show .wd-tools-custom-icon .wd-toolbar-label { display: none; }
Best Regards
December 1, 2022 at 11:49 am #425321
naldekhelParticipantThank you so much, this 100% works.
Could you please tell me which file on the theme has the codes for the mobile bottom navbar? I will try to play with it and see if I can enlarge the size of the icon.
December 3, 2022 at 2:53 am #425849
Elise NoromitMemberHello,
You can edit this file: inc/modules/sticky-toolbar.php
If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register