Create H1 in Page Title
-
The page title for the theme I am working with does not have an h tag associated with it. I am wanting the page titles to be in h1 format, but cannot find any resources on how to make this happen. The current CSS structure for the page title is:
.headertext{
border:#ffffff 0px solid;
outline:#f1f1f1 0px solid;
padding:12px;
color:#ffffff;
font-size:32px;
font-family: ‘Yanone Kaffeesatz’, sans-serif;
background-color:#000000;
background-image: url(images/hashdark.png);
background-repeat:repeat;
text-transform:uppercase;
margin-top:0px ;
margin-bottom:-10px;
margin-left: 200px;
}.headertext span{
margin-left:15px;
padding-left:15px;
color:#999999;
font-size:20px;
font-family: ‘Yanone Kaffeesatz’, sans-serif;
border-left:#08ab0f 2px solid;
text-transform:none;
}Can anyone tell me how to change the css in order to make the page title be in h1 format? Any support is much appreciated. Thanks.
Sommer
The page I need help with: [log in to see the link]
- The topic ‘Create H1 in Page Title’ is closed to new replies.