need help to remove thumbnail

Discussion in 'HTML & Website Design' started by qantar, Mar 12, 2011.

  1. #1
    I have a website which I develop on my own.

    I just change the theme and I am facing a problem with the thumbnail.

    Although I've added image to the post, the image doesn't show up in the thumbnail.

    So now I have decided to remove all the thumbnail.

    Can anyone tell me how to do this?

    You can take a look at my website, ekesihatan.com
     
    qantar, Mar 12, 2011 IP
  2. kemonrider

    kemonrider Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    nothing wrong with the thumbnails for me.

    but, if you want to remove it, just edit the css.

    try add or edit this :


    img.postim,
    img.wp-post-image {
    display:none;
    }

    the code above will make thumbnail images hidden (display nothing for the element)
     
    kemonrider, Mar 12, 2011 IP