Change Header Background Color on Scroll in Elementor FREE!

Code


    

<style>
  #mainheader.change-color{
      background-color: blue;
  }
</style>
<script>

jQuery(document).ready(function($){
   $(window).scroll(function(){
      if($(this).scrollTop() > 50){
          $("#mainheader").addClass("change-color");
      } 
      else{
          $("#mainheader").removeClass("change-color");
      } 
   });
    
});
</script>


Recent Posts

  • All Posts
  • Complete Website Elementor Free
  • Elementor
  • Elementor Essentials
  • Elementor Guides
  • Elementor Image Carousel
  • Elementor Layout
  • Elementor Unique Ideas
  • Elementor V4
  • Navigation & Menu

Categories

Watch All Videos

Copyright © 2026 Web Bhavan.