CSS Help
CSS Help
Out of context: Reply #8
- Started
- Last post
- 8 Responses
- IRNlun60
Sounds like specificity fixed your problem but you should also remove 'font-color' property from your styles. Its not a valid property, and should just be 'color'.
'color' on the ul and li only applies to non-linked text anyway so it's probably not necessary to use there either, unless you're applying a different color from the body.
- Noted. This isn't my file. I'mjust fixing up the design and making some edits.CygnusZero4