This commit is contained in:
Roman Pyrih
2024-09-27 11:57:15 +02:00
parent 222724992c
commit 7175b922e1
7 changed files with 207 additions and 80 deletions

View File

@@ -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');