Connect custom content for your storefront by using the Custom HTML section. This section provides a field for content formatted for HTML.
Add this section to
Customize section settings
Click the Custom HTML section to open its settings.
Heading
Include a Heading with the provided field.
Add the HTML
Add your HTML-formatted content to the labeled field.
HTML recipes
Consider these common HTML formats for displaying text via the Custom HTML section.
Accordion-style compressed blocks
<details>
<summary>This is the summary portion of the accordion</summary>
<ul>
<p>This is the details portion of the accordion</p>
</ul>
</details>
Tabs
<ul class="tabs">
<li class="active">Tab 1</li>
<li>Tab 2</li>
<li>Tab 3</li>
</ul>
<ul class="tabs-content">
<li class="active">
<p>Tab 1 content goes here.</p>
</li>
<li> <p>Tab 2 content goes here.</p> </li>
<li> <p>Tab 3 content goes here.</p> </li>
</ul>
Share your experience with Empire
Your feedback is crucial! Help make Empire better by sharing your thoughts.
What to provide:
- Pain points: What's not working for you?
- Missing features: What should we add to Empire?
- General feedback: Any other ideas?
How to provide feedback:
- Fill out our quick and easy form.
- Details help us improve, so the more specific, the better!