Description
- custom cursor with ball icon, zoom in zoom out ball
- view demo – password: abc
- buy me a coffee

#1. Install Code
#1.1. Use code to Code Injection > Footer
<!-- 07.26c11v5 Custom Cursor style 3 -->
<script>
const CursorOptions = {
scaleOnHover: 5,
cursorColor: "#f7f8fa",
bigCircleSize: 30,
smallCircleSize: 10
};
</script>
<script src="https://code.beaverhero.com/other/0726c11v5customcursorstyle3.js"></script>

#2. Customize
#2.1. To change cursor color, style, size… you can adjust these lines
scaleOnHover: 5, cursorColor: "#f7f8fa", bigCircleSize: 30, smallCircleSize: 10
#3. Other
#3.1. If you use Personal/Basic Plan and your plan doesn’t support Injection, you can edit Site Footer

Add a Markdown Block
![]()
Paste this code into Markdown
<script>
const CursorOptions = {
scaleOnHover: 5,
cursorColor: "#f7f8fa",
bigCircleSize: 30,
smallCircleSize: 10
};
</script>
<script src="https://code.beaverhero.com/other/0726c11v5customcursorstyle3.js"></script>
