|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#16
|
|||
|
|||
|
/* End Contact Form ][ CSS */
I am still not finding this in my Stylesheet |
|
#17
|
|||
|
|||
|
This code is in your template somewhere not the css....
When I view source on your page the css where this code resides is below the following line : <link rel="stylesheet" href="http://www.sneakerfiles.com/wp-content/plugins/postratings/postratings-css.css" type="text/css" media="screen" /> However just changing from H2 to H1 in your wordpress template should be enough :-) |
|
#18
|
|||
|
|||
|
What I did was go into my page.php and change it from h2 to h1.
But now, it is a thick bold. I am trying to make it not so bold lol....I want to keep h1 but take the boldness away lol Not to the SEO Class thing, I do not see were the contact forum is..to add to on css |
|
#19
|
|||
|
|||
|
Hi ,
Im not a css guru but lets try get you sorted :0) Your current css : equix/style.css Where you have: Code:
/*---------------------------- General Html -------------------------------*/
hr {
display: none;
}
h2, h3 {
padding: 1px;
font-weight: bold;
text-align: left;
}
.ncol h2{
line-height: 24px;
border-bottom: 2px solid #525d5a;
font-size: 18px;
}
.wcol h2{
line-height: 25px;
font-size: 20px;
}
.sidebar h2{
border-bottom: 2px solid #525d5a;
text-align: right;
line-height: 14px;
font-size: 10px;
}
h2, h3, h2 a, h2 a:visited{
color: #525d5a;
}
h2 a:hover {
color: #CC0033;
}
h3{
font-size: 13px;
}
Add the H1 in here too to control size... Code:
/*---------------------------- General Html -------------------------------*/
hr {
display: none;
}
h1,h2, h3 {
padding: 1px;
font-weight: bold;
text-align: left;
}
.ncol h1{
line-height: 24px;
border-bottom: 2px solid #525d5a;
font-size: 18px;
}
.wcol h1{
line-height: 25px;
font-size: 20px;
}
.sidebar h1{
border-bottom: 2px solid #525d5a;
text-align: right;
line-height: 14px;
font-size: 10px;
}
.ncol h2{
line-height: 24px;
border-bottom: 2px solid #525d5a;
font-size: 18px;
}
.wcol h2{
line-height: 25px;
font-size: 20px;
}
.sidebar h2{
border-bottom: 2px solid #525d5a;
text-align: right;
line-height: 14px;
font-size: 10px;
}
h1,h1 a,h2, h3, h2 a, h2 a:visited{
color: #525d5a;
}
h1,h2 a:hover {
color: #CC0033;
}
h3{
font-size: 13px;
}
That should give you same behaviour in html viewing in browser for h1 and h2 .. but search engine should value it a little more :-) Hope this helps |
|
#20
|
|||
|
|||
|
I changed that, but nothing happened,
the link stayed bold and the h2 (which I used on content in the forum) is a line 450 pixels wide, and the keyword is basically underlined. |
|
#21
|
|||
|
|||
|
Have a look at the css again... all you need to do is add h1 ( just the same as h2 in the css ) to get the same look.
|
|
#22
|
|||
|
|||
|
I copied and pasted the whole thing
still nothing. |
![]() |
| Viewing: SEO Chat Forums > Google > Google Optimization > <h1> <h2> Tags? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|