Respuestas de foro creadas

Viendo 2 respuestas - de la 1 a la 2 (de un total de 2)
  • Iniciador del debate guillermomeijon

    (@guillermomeijon)

    Gracias, ya lo solucioné, tenías razón, había que poner la clase como tú decías, «widget_sp_image», pero añadiendo la palabra «!important» para forzar a que coja ese valor, de tal forma que me quedó así:

    .entry-content img, .comment-content img, .widget img, .author-avatar img, img.wp-post-image {
    border-radius: 0px;
    border: 1px solid #999;
    padding: 10px;
    box-shadow: 4px 4px 8px #CC9966;
    }

    .widget_sp_image img{
    border: none !important;
    box-shadow: none !important;
    }

    #widget_sp_image-3 {
    position: fixed;
    max-width: 50%;
    margin: -3850px 0px 0 0;
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    rotation: -25deg;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    }

    Iniciador del debate guillermomeijon

    (@guillermomeijon)

    Gracias por tu respuesta, pero podrías decirme donde tendría que mirar la clase «widget_sp_image», en el sdtyle.css no la tengo, tendría que estar ahí??? Como podría añadirla???

    Lo he ddejado así,-NO SEÉ BIEN SI ES LO QUE TÚ ME DECÍAS- pero no me va:

    .entry-content img, .comment-content img, .widget img, .author-avatar img, img.wp-post-image {
    border-radius: 0px;
    border: 1px solid #999;
    padding: 10px;
    box-shadow: 4px 4px 8px #CC9966;
    }

    .widget_sp_image {
    border: none;
    box-shadow: none;
    }

    #widget_sp_image-3 {
    position: fixed;
    border: none;
    box-shadow: none;
    margin: -3850px 0px 0 0;
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    rotation: -25deg;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    }

Viendo 2 respuestas - de la 1 a la 2 (de un total de 2)