I have successfully added css to underline links for pages and posts via
#main
a:link { color: #036057; text-decoration: underline; }
a:visited { color: #036057; text-decoration: underline; }
a:hover { color: #036057; text-decoration: underline; }
a:active { color: #036057; text-decoration: underline; }
I have also turned off underlining in sidebar via
#secondary
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
What I’d now like to do is have turn off the underlining for each blog post title (and author, date, categories, and comments) while leaving the underlines in place for the content within each post. How would I go about doing that, please?
http://www.leadershiptraction.com/blog/