Description
- parallax scrolling with text/section color change
- view demo – password: abc
- buy me a coffee

#1. Install Code
#1.1. First, add a Section with a Text Block like this (Here, each line is a Heading 2)

#1.2. Next, hover on top right of section > Click EDIT SECTION > at Design > Anchor Link > enter word: unique-parallax

#1.3. Hover on Page where you use Gallery Grid > Click Gear icon

#1.4. Click Advanced > Paste this code to right box
- If you use Personal/Basic Plan and your plan doesn’t support Injection, see #3.1
<!-- 07.26c19v3 Unique Parallax Scrolling -->
<script>
window.UniqueParallaxStyleOptions = {
lineHeight: 0.8,
color: '#ffffff',
background: '#000000'
};
</script>
<script src="https://code.beaverhero.com/other/0726c19v3uniqueparrallaxscrolling.js"></script>

#2. Customize
nothing now
#3. Other
#3.1. If you use Personal/Basic Plan and your plan doesn’t support Injection, you can edit current page > Add a Block

Choose Markdown
![]()
Add this code into Markdown
<script>
window.UniqueParallaxStyleOptions = {
lineHeight: 0.8,
color: '#ffffff',
background: '#000000'
};
</script>
<script src="https://code.beaverhero.com/other/0726c19v3uniqueparrallaxscrolling.js"></script>
