List view
Managing content in Notion
Managing content in Notion
Understanding Bullet dashboard
Understanding Bullet dashboard
Hosting
Hosting
Membership/Content Gating
Membership/Content Gating
Blog
Blog
Knowledge base
Knowledge base
SEO and metadata
SEO and metadata
Liquid Syntax
Liquid Syntax
API Documentation
API Documentation
Billing
Billing
How to's
How to's
How to unpublish an existing page
Add Buttons inside Notion website
Show database views as Tabs
Prevent discovery of Notion Page
How to use different templates in the same website
How to add a custom search bar
How to embed forms in Notion and Bullet?
Embedding content in Notion and Bullet
Add a carousel to bullet site
Troubleshooting
Troubleshooting
Adding Custom Code in Bullet Dashboard
Bullet's advanced customization through custom code snippets allows for a powerful and efficient website design to meet the specific needs of your website.
You can add your custom code under three categories from the Bullet dashboard:
- HeadAdds the code at the end of
<head>
section(just before closing</head>
tag)
- BodyAdds the code at the end of
<body>
section (just before closing</body>
tag)
- CSS Adds the styles at the end of
<head>
tag wrapped with<style>
tag.
You can also add custom code separately for individual pages within your website from the Bullet dashboard.