How to use CUSTOM BUTTON function in MOBILE BOTTOM NAVBAR?
-
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.
Hello,
Please update your site admin access to the private area.
Best Regards
Hi there,
Please check private section
Hello,
You have not set to show this button. You have created but not enabled it. https://prnt.sc/ukzmve
Best Regards
Hi there,
thanks for your quick reply. Any way let Bottom NAVBAR shows in desk or laptop?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (min-width: 1025px){
body .woodmart-toolbar {
display: flex
}
}
Best Regards