CÓMO PERSONALIZAR EL BOTÓN "LEER MÁS"
EN BLOGGER - 
*****
Leer en Español Read in English
- Luego ingresamos a Plantilla> Editar HTML y buscamos con Ctrl+F ]]></b:skin> y pegamos el siguiente código encima de este y le damos en Guardar Plantilla.
.jump-link{
font: normal 12px Lora, serif; Fuente y tamaño del Texto
letter-spacing: 2px;
text-align: center;
text-transform:uppercase;
margin-top: 40px;
margin-bottom: 60px;
}
.jump-link a{
color:#FFF; Color texto
background:#000; Color fondo del texto
border:1px solid #ddddd3; Color del borde
padding:12px 30px; Espaciado alrededor del texto
}
.jump-link a:hover{
color: #000; Color del texto al pasar el cursor
background:#fff; Color de fondo al pasar el cursor
border:1px solid #ddddd3;
text-decoration: none;
}
Antes del código:
Como quedará después:
Si prefieres que el botón quede en todo el ancho del post, entonces agrega este código:
.jump-link > a {
color: #4d4646; Color texto
display: block;
font: normal normal 16px Ovo, serif; Fuente y tamaño del Texto
padding: 10px 0;
text-transform: uppercase;
width: 100%;
letter-spacing: 2px;
background: #cecece; Color fondo del texto
width: 100%;
text-align: center;
}
.jump-link > a:hover {
color: #ffffff; Color del texto a pasar el cursor
background: #b3b3b3; Color de fondo al pasar el cursor
width: 100%;
text-align:center;
}I understand the feeling on trying to find some codes on the net for you blog and specially this one, so Im very happy to share it with you. Lets Start!
- To add the "Read More" button to your posts go to Layout>Select Edit on Blog widget and change the text as you want.
Ver imagen
- Go to Template > Edit HTML . Press CTRL+F to open the search box and find ]]>/b:skin> and paste the following code above of it..jump-link{
font: normal 12px Lora, serif; / * Font and text size * /
letter-spacing: 2px;
text-align: center;
text-transform:uppercase;
margin-top: 40px;
margin-bottom: 60px;
}
.jump-link a{
color:#FFF; Text color
background:#000; Text background color
border:1px solid #ddddd3; Border color
padding:12px 30px; Spacing Around Text
}
.jump-link a:hover{
color: #000; Text color on hover
background:#fff; bakground Colour On Hover
border:1px solid #ddddd3; Border colour on hover
text-decoration: none;
}
- Then go on your blogger dashboard and create a new post, put your cursor where you want the Read more text to go and click on the Insert Jump Break.
and there you have it, your button stylish:
Hope you like it this tutorial, Let me know on the comments if you have any problems with the code or if it worked.Bye bye
Bloglovin | Pinterest | Facebook | Twitter | Instagram |
Youtube