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
Themes
Themes
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.