Beiträge von Frank62

    der rtahmen ist hier in der style.css gesetzt:

    Code
    .entry-content img,
    .comment-content img,
    .widget img,
    img.header-image,
    .author-avatar img,
    img.wp-post-image {
    /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    }

    einfach diese zeile entfernen;

    Welche Zeile meinst du? Dasind 10 Zeilen.