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:
- Head- Adds the code at the end of
<head>
section(just before closing</head>
tag) - Body- Adds 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 Bullet dashboard.