Save
This commit is contained in:
@@ -171,7 +171,7 @@
|
||||
var headers1 = $('.trp_nav_area');
|
||||
$(window).on('scroll', function () {
|
||||
|
||||
if ($(window).scrollTop() > 200) {
|
||||
if ($(window).scrollTop() > 50) {
|
||||
headers1.addClass('hbg2');
|
||||
} else {
|
||||
headers1.removeClass('hbg2');
|
||||
|
||||
Reference in New Issue
Block a user