I have a header in my html that has two different classes. Depending on when I scroll down it changes. IN CSS u select descendent with space. In my case .navbar .menu-toggler and .nav_sticky .menu-toggler. I succeded to select .navbar via var h = document.getElementsByClassName(id3)[0]; (id3 being "navbar") but i want to change the style of .menu-toggler And i can't write directly .menu-toggler because i need it when it's withing the class of .navbar .I over complicated the explanation but I hope somebody can help
oH and how can i add a class and remove a class to an element