Bullet knowledge base

We are here 24/7 for you and your website. Check the answers below to publish your first site with Notion and Bullet.

Custom code

You can add custom code in Bullet dashboard to customize your site

Last updated on November 29, 2022
Publish
Publish
Authors
Description
You can add custom code in Bullet dashboard to customize your site
Slug
custom-code
Bullet's advanced customization through custom code snippets allows for a more powerful and efficient website design, meeting the specific needs of the user.
 
You can add your custom code under three categories from Bullet dashboard:
  1. Head- Adds the code at the end of <head> section(just before closing </head> tag)
  1. Body- Adds the code at the end of <body> section (just before closing </body> tag)
  1. CSS- Adds the styles at the end of <head> tag wrapped with <style> tag.