• Resolved Mthing

    (@mthing)


    Dear Silkalns,
    Thank you for the amazing theme. I really appreciate your work.
    I would like to ask you how can I remove featured image thumbnail from post. I want to keep featured image on the main page where all posts are shown and remove it from the page of each post.

    Thank you very much

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Silkalns

    (@silkalns)

    Thank you for your feedback! I really appreciate it!

    To remove featured images from single post while keeping them in blog/main page you can add this code to Theme Options – Other – Custom CSS

    .single .wp-post-image {
        display: none;
    }
    Thread Starter Mthing

    (@mthing)

    It totally worked. You’re awesome.

    Thank you!

    Thread Starter Mthing

    (@mthing)

    Dear Silkalns,
    Your answer worked but I just noticed that it made all the images of the popular posts widget disappear. Do you know how can I fix the problem?

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove featured image thumbnail from post’ is closed to new replies.