Sorry it’s late and I’m frazzled and just want a little help with this
Is there an easy way to change the background colour of a <div> when you click on a link that is inside a totally different <div>?
For example:
<div class ="header">
< a href="about" class="divColourChanger">When I click this link (see below div)</a>
</div>
<div class="about">It changes this DIVs background colour!</div>
I’m sure there was an easy way to do this in CSS however I have to go to bed and who knows, this might be useful for someone else as well