Hi. I need to put the content for my login modal on every page, in the main body, hidden somewhere. It needs to be there regardless of what template I'm using. That way I can just use the html link: <a href="#myModal" class="texttrigger" data-toggle="modal">Login</a>
...and call it out from anywhere on the page. If I put the content in the header or the footer, it screws up my css styling for the modal, so it needs to be in the main content section, but regardless of the template, in a hidden div or something.
Is this possible, and how could I do this? Thanks for your time.












