Cant change Inherit font

Items will show backgrounds if they are defined. If they are not defined, they show whatever is behind that item. If you want a background to “bleed through”, don’t define a background on an item.

Something like this:

.widget img {
background: none !imporant;
}

No, the problem is the code I posted above.

Hiya,

I’m now having trouble changing the font “Leave a Reply” on the Guestbook page, any ideas??

What sort of problem? It’s being set here:

#respond {
font-weight: normal;
color: inherit;
font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
}

That’s where I have tried changing the font family, but it doesn’t seem to change?

There’s no font-family defined there…can you add it in so we can see what you’re doing?

I put this and it does nothing:
#respond {
font-weight: normal;
color: inherit;
font-family: “Pacifico-webfont”, “SourceSansPro-Regular”, “SourceSansPro-Light”, “Helvetica Neue”, Arial, Helvetica, Tahoma, Verdana, sans-serif;
}

Are those fonts installed on your machine? If they aren’t, it’ll fall down all the way to Arial.

If I add the font-family directive to the css, the text changes.

Those font are installed and used on other pages of the website

Any ideas why it wont work?

That’s not on your site at the moment, though. You still have what I posted above.

Try this:

#respond [COLOR="#FF0000"]h3[/COLOR] {
	font-weight: normal;
	color: inherit;
	font-family: "Pacifico-webfont", "SourceSansPro-Regular", "SourceSansPro-Light", "Helvetica Neue", Arial, Helvetica, Tahoma, Verdana, sans-serif;
}

Hi,

I’m still having some problems on my website.

It displays ok in firefox. But when I view it in IE8 I have the following problems:

  1. The page buttons aren’t centred
  2. The EOT font wont display even though its uploaded to the server?
  3. The footer appears larger?
  4. Wont render shadow boxes, rotation or curved corners.

In ie7:

.The sidebar polaroid images are stretched
.The full page doesn’t display with borders all the way around?

Any help :(??