Skip to content

Instantly share code, notes, and snippets.

@tdmrhn
Created May 18, 2021 10:36
Show Gist options
  • Save tdmrhn/a02d7a004f0b02b822c6d0deb5ea8f04 to your computer and use it in GitHub Desktop.
Save tdmrhn/a02d7a004f0b02b822c6d0deb5ea8f04 to your computer and use it in GitHub Desktop.
Blocksy Modal Buttons
<a href="#search-modal" class="ct-header-search ct-button" data-id="search">Search</a>
<a href="#offcanvas" class="ct-header-trigger ct-button" data-id="trigger">Menu</a>
<a href="#account-modal" class="ct-header-account ct-button" data-state="out" data-id="account">Login</a>
@tdmrhn
Copy link
Author

tdmrhn commented Jul 28, 2022

<a href="#woo-filters-panel" class="ct-offcanvas-trigger ct-button">Filter</a>
<a href="javascript:history.back()">Back</a>

@tdmrhn
Copy link
Author

tdmrhn commented Sep 2, 2024

Account modal new class;
<a href="#account-modal" class="ct-account-item ct-button" data-state="out" data-id="account">Login</a>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment