Custom code

Custom code

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:
notion image
  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 the <head> tag wrapped with the <style> tag.
You can also add custom code separately for individual pages within your website from the Bullet dashboard.