Skip to content
Advertisement

Bootstrap 5 navbar not changing background color on scroll?

Yes, I have checked the other posts. I didn’t have this issue when building normal html/css/js project but I need bootstrap for this project and I think it is interfering somehow with my script, but I do not know how.

On scroll, I want color to change from transparent to x. I also want to change all navbar elements styling, maybe reduce size on scroll but I tried to change color first before going deeper, and that itself is not working.

Could someone help me out?

HTML

JavaScript

CSS

JavaScript

JS

JavaScript

Advertisement

Answer

Omg so stupid of me! Nobody pointed it out but I forgot to add script for jquery, thats all!

Put it in the head

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement