Quote:
Originally Posted by MarkFL
I wondered if that might be the case, since the elements are there, but just blank on my dev site.
That's a good point (not silly at all), and you might want to add a selector equivalent to what was there before you made any changes, that is, beneath your edited selector, add:
HTML Code:
.blocksubhead a{
color: #EEF6FF;
}
That way Dave's original selector is still there, doing what it's supposed to do elsewhere. 
|
Thank you! It feels slightly good to know that despite all my novice-level questions, I may be catching on and learning. Thanks for all your patience and your explanations