I understand the concept to using CSS for format control. How to I figure out which tag relates to which component of the blog?
Example: I know I can change post fonts by changing the font definition in the following tag.
#content .post {
border-bottom: 1px solid #ddd;
clear: both;
font-size: .95em;
line-height: 1.6;
margin: 0 0 40px;
overflow: hidden;
padding: 0 0 40px;
}
I could also add a color definition to this tag if I want to change the font color of blog posts.
I can't figure out which tag I use to change the of widget information.
The blog I need help with is waggintailsrv.com.