Hi, I would like code to have all the links in a div turn blue at the same time when one hovers over it.
i.e. div Services brand development links
- I would also like to be able to copy the code myself so that can create other divs and do the same thing for them.
For reference: Show and tell - feedback appreciated - #4 by GourmetPixel
www.flowglobemedia.com
https://preview.webflow.com/preview/flowglobemedia-nathan-steele?preview=a78b85db5b213b8d77fda00db8d59ed4
Best,
Nathan
Hey Nathan,
try inserting this inside your custom code body section:
.services-brand-development-links:hover .services-brand-development a {
color: #59c3fe;
let me know if this works
Cheers
Chris
Ps. Really love that part of your site. keep it up.
Hi @CallMeChris ,
I really appreciate the compliment. ***What is the best way to place the code in the body?
When I place it below the following script, it shows up in the footer. And when within the script tags, nothing happens. Thoughts?
Thanks @CallMeChris,
Nathan
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 
Hi @CallMeChris,
That was super helpfulā¦Iām halfway there. When I rollover āBRANDā both turn blue, but when I rollover āDEVELOPMENTā, only āDEVELOPMENTā turns blue. Iām super confused as to why it only partly works. Thoughts?
- That playground file was super helpfulā¦one thing I learned was adding the script tagsā¦The reason why the code was showing up in the footer was because I was missing those tags.
Thanks @CallMeChris
Nathan
P.S the code looks like this now: (screenshot because some of the code disappears in the text editor)

Best,
Nathan
not completely sure whatās going on.
it looks like the code I gave you doesnāt target the first part .h2 services branding link.
When you undo the old hover color changes you made in the webflow designer youāll see what I mean.
The reason could be that you deactivated the link in there, and so the browser might not recognize it as the āaā (which denotes a link) anymore. (not sure though)
So either reactivate that link or or delete the āaā in your first line of code in the picture above and see if that helps.
It could also be a simple misspelling thing somewhere in there. Make sure that all the classes in your style code are exactly as the ones on your webpage. Itās pretty easy to overlook something.
Other than these things Iām out of ideas for now
Happy hunting
1 Like
Thanks @CallMeChris
I got most of the way thereā¦I think there are a couple of bugs that Iām dealing with at this point.
I really appreciate your help and have a great weekend!
Best,
Nathan
Youāre welcome 
Also, looks like you got it all working now. Sweet.
I almost got it⦠the code somehow conflicted with interaction I have on them for the very last section of services, so back to the drawing board
Webflow not reading custom css
Anyway, thanks again 
Nathan