Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] Blogtitle showing as h2 vs. h1. How to correct? (http://forum.bytesforall.com/showthread.php?t=1656)

Craig Mattice May 14, 2009 11:15 AM

[SOLVED] Blogtitle showing as h2 vs. h1. How to correct?
 
I've noticed using Firebug on my webpage the blogtitle is showing in html as h2 vs. h1. I thought the 3.3.3 version corrected this and seems to have it covered in the html file using 'h_blogtitle. How can I edit this for correction.

In addition this code is in my Style.css:

h1.blogtitle,
h2.blogtitle {
display: block;
/* more ... */
}

I have added the following to adjust in my HTML/CSS Inserts:

h1.blogtitle {
font-family: "Times New Roman", times;
font-size: 250%;
font-style: italic;
}
h2.blogtitle {
font-family: "Times New Roman", time;
font-size;175%;
font-weight: bold;
font-style: italic;
}
h1 {
font-family: "Times New Roman", times;
font-size:250%;
font-weight: bold;
font-style: italic;
}
h2 {
font-family: "Times New Roman", time;
font-size;175%;
font-weight: bold;
font-style: italic;
}

What am I missing here to make the proper adjustments? I'm stumped!

juggledad May 14, 2009 01:31 PM

What do you have in Atahualpa Theme Options->Header->Blog Title?

Craig Mattice May 14, 2009 01:36 PM

Themes -> Header -> Blogtitle

margin: 0;
padding:0;
letter-spacing:-1px;
line-height: 1.7em;

font-family: "Times New Roman", times;
font-size: 250%;
font-style: italic

Craig Mattice May 14, 2009 04:14 PM

I have not been able to solve the h1 not appearing in the code.

Scrapped the Blogtitle and Tagline completely and created a logo to replace both. I don't know if this will negatively affect my SEO. I don't really know enough about the effects of a blog header logo vs. an actual title and tagline.

Any insight on this?

Flynn May 14, 2009 07:49 PM

See Theme Options -> SEO -> Make Post/Page Titles H1?


All times are GMT -6. The time now is 02:01 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.