test
parent
7f5b360c67
commit
a9260d2f86
|
@ -310,7 +310,7 @@
|
|||
<script>
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
if (window.location.pathname === "/pages/contact") {
|
||||
document.getElementById('header-wrapper').style.backgroundColor = "yellow";
|
||||
document.getElementsByClassName('header-wrapper')[0].style.backgroundColor = "yellow";
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue