πCustom Widget (HTML widget)
Pitch supports adding custom HTML Widget inside sidebar. That custom widget will show up both inside sidebar on Home page and inside Posts with sidebar.
To add Custom Widget:
Go to Settings > Design & branding from the admin menu
Click Site-wide in the Design settings sidebar on the right
Find Html widget text input
Paste HTML code, prepared for your widget
To add CSS-styles, go to Settings > Code Injection

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

To add JavaScript code, go to Settings > Code Injection
Paste your JavaScript code inside Site Footer text input (Your JavaScript code should be inside HTML tag <script></script>)

Last updated