Home Forums WoodMart support forum How to use CUSTOM BUTTON function in MOBILE BOTTOM NAVBAR?

How to use CUSTOM BUTTON function in MOBILE BOTTOM NAVBAR?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #227658

    eric
    Participant

    Hi there,
    I want to set a custom button in mobile bottom navbar but while I have set as printscreen, there still no button shows on mobile device.

    Attachments:
    You must be logged in to view attached files.
    #227698

    Hello,

    Please update your site admin access to the private area.

    Best Regards

    #227704

    eric
    Participant

    Hi there,
    Please check private section

    #227738

    Hello,

    You have not set to show this button. You have created but not enabled it. https://prnt.sc/ukzmve

    Best Regards

    #227745

    eric
    Participant

    Hi there,
    thanks for your quick reply. Any way let Bottom NAVBAR shows in desk or laptop?

    #227771

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    @media (min-width: 1025px){
    body .woodmart-toolbar {
            display: flex
    }
    }

    Best Regards

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