So the code is like this:
<div id="logo"><img src="logourl"></div>
<div id="logo"><img src="logourl"></div>
I'm trying to display: none
on the second one. Unfortunately, I am blocked from modifying the html, I am also unable to use js. I'm stuck with CSS to try and fix this.
I thought maybe #logo:last-child { display: none; }
might work, but since they're technically in different div's just have the same ID, I can't seem to get that working. Any advice would be appreciated. I know the HTML is bad, but there's nothing I can do to fix that. I've told my boss that several times already...