• Resolved StinePingvin

    (@stinepingvin)


    I have tried removing the featured images from their respective posts. However, I cannot seem to find the specific code to remove. I have gone through every single file in the theme Snapshot. But it is not in any way apparent to me how this is done. Please help me?

    For clarity: I want to remove each featured image from the post and not from the main page.

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter StinePingvin

    (@stinepingvin)

    I just wanted to make a final post to this thread, because I solved my last issue with removing the black box where titles are usually displayed. You need to remove the relevant code from home.php ??

    Just in case anyone was interested.

    Hi, I want to do exactly the same, remove the black strip across the page, can you please show me the part of the code I need to delete?

    Thank you

    I am using a theme called camera at https://michaeljohnburgessph.com and I am wondering what I have to do to get read ov the featured image for posts but keep it for the slider at the top of the page.

    but could you also tell me if I have to remove or add code what fine and line I need to add or remove it from

    Thanks
    Michael John Burgess

    I was able to remove the feature image from each post by simply changing the width of the image to 0% in style.css. See below:

    `/**
    * 6.1 Post Thumbnail
    * —————————————————————————–
    */

    .post-thumbnail {
    background: #b2b2b2 url(images/pattern-light.svg) repeat fixed;
    display: block;
    position: relative;
    width: 0%;
    z-index: 0;

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Remove featured image from post?’ is closed to new replies.