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