๐Ÿ“ŸCustom Widget (HTML Widget)

Hype supports adding custom HTML Widget. That custom widget will show up inside sidebar on Posts with sidebar pages.

To add Custom Widget:

  1. Go to Settings > Design & branding from the admin menu and click Customize

  2. Click Theme in the Design settings sidebar on the right

  3. Find HTML WIDGET text input

  4. Paste HTML code, prepared for your widget and click Save

  5. To add CSS-styles, go to Settings > Code Injection

  6. Paste your CSS code inside Site header text input (Your CSS code should be inside HTML tag <style></style>)

Last updated