Forums

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

Home Forums CSS Link Color In Table Re: Link Color In Table

#138489
TheDoc
Member

Your structure looks like this:

Some Text

Some more text here

The actual anchor color is going to be overridden by the h2 color which is `#444`. You’d need to do something like `a h2 { color: pink; }` for your selector to override it.