Is it possible to activate a toggle element in BeBuilder by hovering the item's title bar instead of clicking on it?
Hi,
There is no setting to achieve that. However, with a small CSS, it can be done:
.mfn-toggle .mfn-toggle-item:hover .toggle-content{ display: block!important; }
Put it in the Page Options -> Custom CSS, which will affect the Toggle elements on that page.
Best regards
Thanks!
Comments
Hi,
There is no setting to achieve that. However, with a small CSS, it can be done:
Put it in the Page Options -> Custom CSS, which will affect the Toggle elements on that page.
Best regards
Thanks!