Menus

Toggle Menu

Clicking on a <dt> should apply .fizz-is-open to the <dt> and toggle visibility of the associated <dd>.

Header & Logo
Featured Product

Some content

HTML
<dl class="fizz-toggle-menu">
<dt>Header &amp; Logo</dt>
<dd hidden>
<p>Some content</p>
</dd>
<dt class="fizz-is-open">Featured Product</dt>
<dd>
<p>Some content</p>
</dd>
</dl>