Code to make all the links in a div turn blue on hover

ah, man, I messed up. I’m sorry. I was in a rush this morning.

In the footer section of the custom would be just fine. But I gave you messy code above. So it couldn’t work.

This one however does work. I tried it. You can see it here: http://playground-ba4ffa.webflow.io/ in very ugly colors.

You should be able to copy paste just like this in you custom code section and be golden.

.services-brand-development-links:hover .h2-services-branding-link a { color: #59c3fe;} .services-brand-development-links:hover .services-development-text a { color: #59c3fe; }

Good luck :smiley: