Thanks, Paul. I did explore the Content Area Modal element first but found it way too confusing and wasn’t able to get it to do what I needed.
Can you please walk me through how to apply it to the “Request Reservations” link in the topbar, text links throughout the copy, and the rollover graphic under the ‘Ready to Book’ section?
This would require custom coding in X so I’d strongly recommend that you upgrade to Pro so you can add the Content Area Modal directly to a custom built header.
To trigger the modal using another link like the “Request Reservations” in your Topbar, you first need to assign a custom class to the link like <a class="open-modal" href="#">Request Reservations</a>.
You also need to assign a class to the Content Area Modal element.
Once all that are set, add this code in Theme Options > JS.
That sample code only covers 1 content area modal. If you have other modals, you’ll need to duplicate that code and modify the selectors. In case you’re not familiar with JS, I’d recommend that you learn the language or enlist help from a third party developer to implement this for you.