Jump to content
  • 0

Zamazywanie Strony Po Najechaniu Na Menu


krisd

Question

8 answers to this question

Recommended Posts

  • 0

Wywalenie tego kodu z global.js powinno pomóc:


	// blur effect when megamenu is active
	$("#ph_megamenu > li").on({
		mouseenter: function(){
			contentWrapper.addClass('blur');
		}, 
		mouseleave: function() {
			contentWrapper.removeClass('blur');
		}
	});
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...