I’m looking to use the Off Canvas Menu concept that opens as an overlay.
However, I’d like to simply launch that off canvas overlay from a “Sign In or Join” button that I place in my header, but I’m not sure which combination of widgets to use to achieve that.
the Off Canvas can be triggered by any link that has a CSS class of slideout-toggle
So you can simply add a HTML Widget to the Header or any where else and add a link like so:
<a class="slideout-toggle" href="#">Sign In or Join</a>
Then to remove the Off Canvas Toggle from the Primary Nav you can add this CSS: