Ive tried so hard to do this on my own and Ive failed. I hope someone can help me with this. I’m trying to embed a tiny toggle to turn off audio that autoloads on my page. Basically one of those tappable things that would turn on / off. I cannot figure it out, and if I manage to get the button on there, it messes of the navbar, and/or doesnt actually do the function of on/off
Thank you in advance for reading.
I don’t see any toggle or any audio in the html code that you posted? Indeed the html is not valid html as it has a load of custom attributes so does not look like any html I know and i guess is part of some cms system or similar.
Your question is a little vague as far as I know you would need JS to control turning audio on and off when using custom styled css elements and not the default browser controls.
There are plenty of tutorials around on how to create a switch in CSS.