Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS WordPress Expert Needed Re: WordPress Expert Needed

#72009
Chris Coyier
Keymaster

Totally my bad, yes, with URLs in attribute selectors, you’ll need quotes for it to work right:

Code:
a[href=”https://css-tricks.com”%5D { color: red; text-decoration: none; }