Hi,
I'm familiar w/ CSS and have already inserted an image in the header for my blog: http://beyondthemargins.com.
However, the default header font is way too large, and every attempt I've made to over-ride the font-size (by changing #header h1{font-size:xx} in the DePo.css file) has failed.
If I select "View Source Code" in the browser, it looks to me as if the CSS font-size setting is being over-ridden within the HTML itself. This is what is looks like:
<div id="container">
<div class="sleeve">
<div id="header">
<h1 style="font-size: 111.11111111111px;">
Beyond the Margins </h1>
That "font-size: 111.111111111px" doesn't appear anywhere in DePo.css.
My question is, what is setting that font-size, and is there still a way to override it via DePo.css?
Thanks,
Chris
The blog I need help with is beyondthemargins.com.