Page 1 of 1

Dropdown Menu Questions

Posted: Tue Apr 04, 2023 3:49 pm
by Bucky108
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?

Re: Dropdown Menu Questions

Posted: Tue Apr 04, 2023 5:04 pm
by Pablo
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

Re: Dropdown Menu Questions

Posted: Tue Apr 04, 2023 5:21 pm
by Bucky108
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?

Re: Dropdown Menu Questions

Posted: Tue Apr 04, 2023 5:29 pm
by Pablo
I am not aware of a JavaScript workaround.
But you can check the Bootstrap website.
https://getbootstrap.com/docs/5.3/components/navbar/

Re: Dropdown Menu Questions

Posted: Tue Apr 04, 2023 5:59 pm
by Bucky108
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?

Re: Dropdown Menu Questions

Posted: Tue Apr 04, 2023 7:33 pm
by Pablo
How would you implement that?
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.