1) Is there a way to make the border of the menu transparent? The menu is on a layout grid that has a background of multi color gradient.
2) How do you set the menu to be dismissed on click when it goes into a panel type mode on break points?
Dropdown Menu Questions
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/links.html
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/links.html
Re: Dropdown Menu Questions
1) You can change the alpha value of the border color. Set to '0' to make the border transparent.
2) This menu has no 'dismiss' option
2) This menu has no 'dismiss' option
Re: Dropdown Menu Questions
1) You can change the alpha value of the border color. Set to '0' to make the border transparent.
Thank you that worked.
2) This menu has no 'dismiss' option
There is no way for the panel menu to be hidden after a menu item is clicked? Maybe there is a JavaScript workaround?
Thank you that worked.
2) This menu has no 'dismiss' option
There is no way for the panel menu to be hidden after a menu item is clicked? Maybe there is a JavaScript workaround?
Re: Dropdown Menu Questions
I am not aware of a JavaScript workaround.
But you can check the Bootstrap website.
https://getbootstrap.com/docs/5.3/components/navbar/
But you can check the Bootstrap website.
https://getbootstrap.com/docs/5.3/components/navbar/
Re: Dropdown Menu Questions
I got around it by adding a panel menu on the break point views and hiding the drop down menu on those.
<<But you can check the Bootstrap website.>>
How would you implement that?
<<But you can check the Bootstrap website.>>
How would you implement that?
Re: Dropdown Menu Questions
It was just a suggestion. WWB uses the bootstrap menu, so you can find a script that work with Bootstrap's menu then you may also be able to use this in WWB.How would you implement that?