Hello All,
I'm having a stubborn problem with the size of the headings on my static pages.
I've made both post titles and static page titles h2, which I've set to 1.4em.
My post titles are the right size, however my static page titles are showing up smaller.
Here's an exampe of a post title: http://bit.ly/tyuNdx
Here's an example of a page title: http://bit.ly/metz0R
My stylesheet is pasted here.
I've also set my sidebar widget titles to h2, with a background colour, and they are displaying the same size as the page titles (which in the case of the widget titles, is fine. I want them smaller, though I don't know what's controlling that, as they are also set to h2).
I used this code in the sidebar section to add the background color in the widget titles, without changing the size
#sidebar h2{
background-color:#FAEDE6;
}
Also, my monthly Archives titles, also h2, are showing up smaller too....
I've gone through my CSS and template files but can't find what's causing certain h2 headings to be smaller than the post titles.
Any ideas?