h3.post-title
Luego, nos aparecerá un código semejante a:
h3.post-title, .comments h4 {
font: $(post.title.font);
margin: .75em 0 0;
Le agregaremos lo que está marcado con rojo:
h3.post-title, .comments h4 {
font: $(post.title.font);
margin: .75em 0 0;
background : # COLOR DE FONDO ;
Nota: Si quiere sustituir el color de fondo por una imagen haz lo siguiente
background: url(URL DE LA IMAGEN);
Código para agregar first letter:
h3.post-title:first-letter {
font-family: Century Gothic;
font-size: 34px ;
color: #ffffff;
text-align: center;
}
Código para bordes redondeados & centrar el texto:
border-radius: 10px 0px 10px 0px;
text-align: center;
No hay comentarios.:
Publicar un comentario
¡ATENCIÓN: LEE LO SIGUIENTE ANTES DE COMENTAR!
*Si vas a comentar, puedes usar tu cuenta de Google, OpenID, Nombre/Web, y Anónimo
*No Insultar
*No hagas SPAM, Números telefónicos ni Emails
No dejes enlaces a otros blogs, números telefónicos ni correos electrónicos.
¡Gracias!
Att: Staff Club Bloggeras