@Pratik,
So I got interested and went digging…
The Web Developer extension on Firefox lets me trace CSS styles. So, if I clear out my child theme style.css:
The Featured Page title link in the Featured Content area of my homepage gets its color (#222222) from line 1066 of the parent style.css further modified by line 1031. Strangely, it does not seem to be recognised as an “a” element, so it is not picking up the adjacent CSS rules for link color or hover color.
By contrast, the Featured Page title link in the widget area is recognised as an “a” element and gets its color from parent style.css line 495 (#21759b) modified by line 1720 (#222222), and gets its :hover color (#0088cc) from line 1723.
When I reinstate the new lines in my child theme style.css, the CSS trace shows that’s where the :hover color is declared.
I really should get out more…
I have another question about CSS styles for input forms but I’ll start another thread for that!
Many thanks for all your help.