remove featured images section from template

  • Unknown's avatar

    I would like to remove the featured images section from appearing so that my posts will appear directly under the main navigation bar. I am using the tdEditor template. Thanks.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello there! In order to remove the built-in feature, you would need to adjust the theme developer’s code. I can help you with this, but you would need to upgrade to Custom Design in order to make such changes:

    en.support.wordpress.com/custom-design/

    If this appeals to you, let me know and we can assist with some code.

    If you’d prefer not to upgrade, you could opt for another theme that doesn’t include the featured image section. I can help with whichever option you choose.

    Looking forward to hearing from you. Thanks very much.

  • Unknown's avatar

    Thanks for your reply. Yes I would like to adjust the theme developer’s code and have purchased the Custom Design upgrade.

    Basically I just want to remove the Featured Images section from appearing on any of the pages.

    Thanks again,
    John

  • Unknown's avatar

    Hi there John!

    Ok great, to accomplish this, click Appearance → Customize in your site’s Dashboard. Then, click CSS in your right-hand menu. In the CSS Revisions box, please replace the existing text with the following:

    #single-featured-img-container {
    display:none
    }

    Then Save your changes.

    That should do it! Please let us know if you have any other questions. Thanks much and happy blogging!

  • Unknown's avatar

    Thanks very much for your help, that worked.

  • Unknown's avatar

    Lovely! Thanks for letting me know :)

  • The topic ‘remove featured images section from template’ is closed to new replies.