Skip to content

Instantly share code, notes, and snippets.

@railmedia
Created August 21, 2025 07:41
Show Gist options
  • Select an option

  • Save railmedia/cb5aa946511caf1ef2aec3bfe3aa3c21 to your computer and use it in GitHub Desktop.

Select an option

Save railmedia/cb5aa946511caf1ef2aec3bfe3aa3c21 to your computer and use it in GitHub Desktop.
jQuery(function(){
if (jQuery(window).scrollTop() > 0) {
jQuery('header.et-l--header .et_builder_inner_content').addClass('has_et_pb_sticky');
jQuery('header.et-l--header .et_builder_inner_content').find('.et_pb_section:first-child').attr('class', 'et_pb_section et_pb_section_0_tb_header et_pb_sticky_module et_pb_with_background et_section_regular et_pb_section--with-menu et_pb_sticky et_pb_sticky--top');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment