Talk about your brand

Our Story

Use this text to share information about your brand with your customers. Describe a product, share announcements, or welcome customers to your store.

Share information about your brand with your customers. Describe a product, share announcements, or welcome customers to your store. Share information about your brand with your customers. Describe a product, share announcements, or welcome customers to your store.

All products

Check out all our products

Add a tagline

Image comparison

Before image

After image

Build your Bundle

The choice is yours. With our bundle builder, you can select any combination from our range of products. The easiest way to keep everyone happy.

Vendor: Vendor

Example product

$19.99 USD
Vendor: Vendor

Example product

$19.99 USD
Vendor: Vendor

Example product

$19.99 USD
Vendor: Vendor

Example product

$19.99 USD
Vendor: Vendor

Example product

$19.99 USD
Vendor: Vendor

Example product

$19.99 USD

Your bundle

Add at least 3 products to proceed and Save 30%

Remove
Remove
Remove
Free shipping and returns

Shop the Feed

Discover premium audio from our Instagram and shop now.

Add a tagline

Shop the look

Vendor: Vendor

Example product

$19.99 USD
Vendor: Vendor

Example product

$19.99 USD
Vendor: Vendor

Example product

$19.99 USD

Latest Stories

This section doesn’t currently include any content. Add content to this section using the sidebar.

Hide Mobile Hamburger Menu

Use this CSS code to hide the hamburger menu button on mobile devices. Copy the code and add it to your theme's custom CSS section.

@media screen and (max-width: 749px) {
  .header__icon--menu,
  .mobile-nav-toggle,
  .menu-toggle,
  [data-mobile-menu-toggle],
  .js-mobile-nav-toggle,
  .hamburger-menu,
  .mobile-menu-button {
    display: none !important;
  }

  .header__hamburger,
  .site-nav__mobile-toggle,
  .drawer-toggle {
    display: none !important;
  }
}

Important: Hiding the hamburger menu will make mobile navigation inaccessible unless you provide an alternative navigation method for mobile users.

Hide Mobile Menu

Use this CSS code to hide the hamburger menu button from your mobile navigation. Copy the code below and add it to your theme's custom CSS.
CSS Code
How to use:
Copy the CSS code above and paste it into your theme's custom CSS section (Theme Settings > Custom CSS) or in a CSS file. This will hide the mobile menu toggle on screens smaller than 750px wide.
Mobile Menu Hidden
The hamburger menu is hidden on mobile devices for this page. This message is only visible in the theme editor and on desktop.

Hide Mobile Menu on Landing Page

Add this CSS code to your theme's custom CSS section to hide the hamburger menu on mobile devices for the landingpage2 page only.
/* Hide hamburger menu on landingpage2 mobile only */
@media screen and (max-width: 749px) {
  body.template-page .page-landingpage2 .header__icon--menu,
  body.template-page .page-landingpage2 [data-mobile-menu-toggle],
  body.template-page .page-landingpage2 .mobile-nav-toggle,
  body.template-page .page-landingpage2 .hamburger-menu,
  body.template-page .page-landingpage2 .menu-toggle {
    display: none !important;
  }
  
  /* Alternative targeting if page handle is different */
  body[data-page-handle="landingpage2"] .header__icon--menu,
  body[data-page-handle="landingpage2"] [data-mobile-menu-toggle],
  body[data-page-handle="landingpage2"] .mobile-nav-toggle,
  body[data-page-handle="landingpage2"] .hamburger-menu,
  body[data-page-handle="landingpage2"] .menu-toggle {
    display: none !important;
  }
}
Code copied to clipboard!

Copy and paste this CSS code into your theme's custom CSS section or a CSS file to hide the hamburger menu on mobile devices for the landingpage2 page only.

Custom CSS Code

/* Hide hamburger menu on mobile devices for landingpage2 only */ .template-page[data-page-handle="landingpage2"] .header__icon--menu, .template-page[data-page-handle="landingpage2"] .mobile-nav-toggle, .template-page[data-page-handle="landingpage2"] .menu-drawer__toggle { display: block; } /* Apply mobile-specific hiding */ @media screen and (max-width: 768px) { .template-page[data-page-handle="landingpage2"] .header__icon--menu, .template-page[data-page-handle="landingpage2"] .mobile-nav-toggle, .template-page[data-page-handle="landingpage2"] .menu-drawer__toggle { display: none !important; } } /* Alternative selectors if the above don't work */ @media screen and (max-width: 768px) { body[class*="landingpage2"] .header__icon--menu, body[class*="landingpage2"] .mobile-nav-toggle, body[class*="landingpage2"] .menu-drawer__toggle, #landingpage2 .header__icon--menu, #landingpage2 .mobile-nav-toggle, #landingpage2 .menu-drawer__toggle { display: none !important; } }
Code copied!

Cart drawer product title links have been disabled and styled as plain text.