@aarondawkins said in Custom burger colour change on page?:
Hey @suzyy thank you, but I'm sorry this doesn't work. Maybe if take a look at the site you will get a clearer idea.
https://poesis-oracle.com
This is the page that needs a white burger on mobile: https://poesis-oracle.com/library - just so you know the burger is custom.
@mariusjopen @arminunruh a little help here? :)
Thank you.
Aaron
would've been helpful at the start, as richard stated you've uploaded an .SVG for the hamburger so my code won't work (it was made for the default).
try this in your custom javascript:
<script>
document.querySelector(".slug-library .burger-inner img").src = "url of white hamburger svg file here";
</script>