COMO QUITAR LOS BORDES DE LAS IMÁGENES SUBIDAS A BLOGGER

COMO QUITAR LOS BORDES DE LAS IMÁGENES SUBIDAS A BLOGGER




Este es el código para quitar los bordes de las imágenes en los blog de blogger: 

.post-body img, .post-body .tr-caption-container, .Profile img, .Image img,
.BlogList .item-thumbnail img {
padding: none !important;
border: none !important;
background: none !important;
-moz-box-shadow: 0px 0px 0px transparent !important;
-webkit-box-shadow: 0px 0px 0px transparent !important;
box-shadow: 0px 0px 0px transparent !important;
}

Para  quitar los bordes de las imagenes que  subes a tu blog  debes seguir  estos pasos:  te vas  a   plantilla luego personalizar ,luego opciones avanzadas una vez estas en opciones avanzadas buscas Agregar CSS personalizado     y  pegas  el código anterior  guardar  cambios y listo, imágenes sin bordes.