BACKGROUND COLOR CHANGE ON PAGE SCROLL - Elementor
Transform your website’s appearance dynamically with the ‘Background Color Change on Page Scroll’ feature in Elementor. Enhance user experience and captivate visitors as they navigate your site, immersing them in a seamless visual journey.
BACKGROUND COLOR CHANGE ON PAGE SCROLL - Elementor
HTML
CSS
.body {
background-color: #000000;
transition: background-color is ease;
}
.color-copper {
background-color: #c1532f !important;
}
.color-redi {
background-color: #f1532f !important;
}
.color-bu {
background-color: #F0ABFC !important;
}
.color-ye {
background-color: #FFEA8D !important;
}





