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. HeadAdds the code at the end of <head> section(just before closing </head> tag)
  1. BodyAdds 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.
You can also add custom code separately for individual pages within your website from the Bullet dashboard.