Viewing 4 replies - 1 through 4 (of 4 total)
  • Which image? The large top image or the 3 lower images?

    Thread Starter uiqo

    (@uiqo)

    The large image.

    Try editing default.css and changing:

    .single .post .entry-photo, .single-post .entry-photo {
    border:1px solid #CCCCCC;
    margin:0 auto 10px;
    width:630px;
    }

    to

    .single .post .entry-photo, .single-post .entry-photo {
    border:1px solid #CCCCCC;
    display:none;
    margin:0 auto 10px;
    width:630px;
    }
    Thread Starter uiqo

    (@uiqo)

    Thanks esmi. That worked perfectly. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove thumbnail from posts’ is closed to new replies.