Tagged: Widget
Hola!
Me gustaría cambiar un poco el estilo de este tipo de widgets:
https://dl.dropboxusercontent.com/spa/33e1rimb0m6kjz1/mdo50-1z.png
Porque la foto es bastante pequeña, casi no se aprecia…. En principio me gustaría:
– Cambiar tamaño de foto (me gustaría que me dijeras donde hacerlo, tengo un tema hijo creado)
– Cambiar el tamaño de la letra, pero esto puedo hacerlo en el campo de CSS del panel.
¿O tienes alguna sugerencia para hacerlo de una forma mejor?
Gracias!
Hi Lidia!
Thank you for using Enfold.
1.) If you want to increase the thumbnail size of the latest news widget, add this in the Quick CSS field:
.news-thumb {
height: 63px;
width: 63px;
}
You will have to install this plugin and then adjust the size of the widget thumbnail on Settings > Media panel : https://wordpress.org/plugins/simple-image-sizes/
2.) If you want to increase the font size of the title and post meta info, use this:
.news-headline, .news-time {
font-size: 15px;
}
Regards,
Ismael
Perfect Ismael! Thanks