CRF
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Trouble Adding Header FontThank you. I’ve tried that, but nothing is affecting the title/font (color, size, kind).
The theme is http://wordpress.org/extend/themes/german-newspaper.
Thanks for your help.Forum: Themes and Templates
In reply to: Unable to locate the header in css to change font styleAnyone have any thoughts? I can’t change the subheader all I want – but nothing I do seems to affect the way this theme (German News) displays the header/website title.
Forum: Themes and Templates
In reply to: Unable to locate the header in css to change font styleThank you. I added that in, but only succeeded in changing the sub-header (“website x motto” – see below). My header is:
“WEBSITE X”
website x mottoI’m still unable to effect the “WEBSITE X” font, which is what I want to personalize. I know the particular font I’m using is visible on my browser, as I’ve used it several other places.
My plan B is to just add the text to my header image… except that it will STILL say “WEBSITE X” over the top of it. Since I can’t find it, I can’t remove it.
Thanks for your help – I really appreciate it.
Forum: Themes and Templates
In reply to: Unable to locate the header in css to change font styleThanks SO much for your help. I found the header text in the html code for my browser. Still just a little lost looking at the css though. I want to change the font for my web address as it appears in the header. I’m definitely missing something. Here is what I’m seeing in css:
/*—| header |—*/
#header {
background: url(‘http://xxxxxxx.JPG’) ;
height: 200px;
border-bottom: 3px solid #808080;
padding: 0; }
#headerimg { margin: 7px 9px 0; height: 200px; width: 799px; }#header h2 a
{
color: #000;
text-decoration: none;
}#header div.description
{
color: #999;
}#header div.logo span
{
display: none;
}Thanks so much for your help/patience!