04/11/2009, 16:15
|
| | Fecha de Ingreso: enero-2008 Ubicación: Argentina - la plata
Mensajes: 793
Antigüedad: 17 años Puntos: 21 | |
Respuesta: A ver si me pueden dar una mano Mira aquí te copio algunos pedazos de tu css donde nombran a las etiquetas h, ahora bien lo que debes hacer es buscar en el código de tu index desde que div llamana a cada clase y cambiarlo por la etiqueta que tu quieres.
.header-left h1 {
font-size: 25px;
margin: 0px;
padding: 0px;
float: left;
width: 390px;
color: #000000;
line-height: 30px;
}
.header-left h1 a {
color: #990000;
text-decoration: none;
.post-meta h1 {
font-size: 32px;
line-height: 38px;
color: #000000;
margin: 0px;
padding: 0px;
float: left;
.post-content h1 {
margin: 0px 0px 5px;
padding: 0px 0px 3px;
font-size: 17px;
font-weight: bold;
line-height: 20px;
color: #000000;
}
.post-content h2 {
margin: 0px 0px 5px;
padding: 0px 0px 3px;
font-size: 17px;
font-weight: bold;
line-height: 20px;
color: #000000;
}
.post-content h3 {
margin: 0px 0px 5px;
padding: 0px 0px 3px;
font-size: 17px;
font-weight: bold;
line-height: 20px;
color: #000000;
}
.post-content h4 {
margin: 0px 0px 5px;
padding: 0px;
font-size: 18px;
font-weight: bold;
line-height: 24px;
}
.post-content h5 {
margin: 0px 0px 5px;
padding: 0px;
font-size: 16px;
font-weight: bold;
line-height: 19px;
}
.post-content h6 {
margin: 0px 0px 5px;
padding: 0px;
font-size: 14px;
font-weight: bold;
line-height: 18px; |