Home Forums WoodMart support forum Mobile Menu Navbar Custom Button

Mobile Menu Navbar Custom Button

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #422263

    naldekhel
    Participant

    Hi 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

    #422314

    Hello,

    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

    #422320

    naldekhel
    Participant

    I 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

    #422377

    Hello,

    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

    #424098

    naldekhel
    Participant

    There you go.

    #424201

    Hello,

    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

    #424242

    naldekhel
    Participant

    Hi 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.
    #424545

    Hello,

    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

    #424662

    naldekhel
    Participant

    Okay, Could please just remove the text it self? Without making the icon bigger. (Just the custom button)

    #425237

    Hello,

    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

    #425321

    naldekhel
    Participant

    Thank 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.

    #425849

    Hello,

    You can edit this file: inc/modules/sticky-toolbar.php

    If you have any questions please feel free to contact us.

    Best Regards

Viewing 12 posts - 1 through 12 (of 12 total)