Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #88945
    golovan2
    Participant

    Hello, i’m use featured image, because i’m want to see Featured Content on home page, but i don’t want to see this featured image in my post in this place, i’m tried to delete the_post_thumbnail in clean-box-core.php, but its only crash this theme. Can you help me?
    help

    #88960
    Mahesh
    Participant

    @golovan2: Do you mean to remove featured from post single page? This can be done with Custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .single-post #content .post .featured-image {
        display: none;
    }

    Regards,
    Mahesh

    #89049
    golovan2
    Participant

    Yes, this is works, thanks 🙂

    #89772
    soundaroundme
    Participant

    Also in the Customize settings there is one option for disabling featured image from post single page.

    #89788
    Mahesh
    Participant

    @soundaroundme: Yes, it is also possible with that option. Thank you. Have a nice day!

    Regards,
    Mahesh

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Delete featured image in post’ is closed to new replies.