• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Monochrome Pro theme: how to remove featured image and author at top of posts

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › General Discussion › Monochrome Pro theme: how to remove featured image and author at top of posts

This topic is: not resolved

Tagged: monochrome pro

  • This topic has 3 replies, 3 voices, and was last updated 6 years, 11 months ago by BSW Sanne.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • May 3, 2018 at 4:27 pm #219528
    practicum
    Member

    Hi, we purchased Monochome Pro and generally like it, except that the theme displays oversized and cut off featured images at the top of every post. At the top, the photo of the post author is also showing. How can I remove both? Thanks!

    https://www.firstpractica.com/599/how-enterprise-software-companies-sell-services/
    May 15, 2018 at 10:40 am #219918
    kirillsolo
    Member

    Hey there,

    Did you end up finding a solution? If you did, could you please share?

    Thank you!

    June 4, 2018 at 11:47 pm #220560
    practicum
    Member

    Unfortunately, no. StudioPress team, any guidance on how to do this?

    June 9, 2018 at 1:46 am #220689
    BSW Sanne
    Member

    It is possible to replace the featured image by a default image. In the single.php file look for the following code:

    // Localize Backstretch script.
    add_action( 'genesis_after', 'monochrome_set_background_image_post' );
    function monochrome_set_background_image_post() {

    wp_enqueue_script( 'monochrome-backstretch' );
    wp_enqueue_script( 'monochrome-backstretch-set' );

    $image = array( 'src' => has_post_thumbnail() ? genesis_get_image( array( 'format' => 'url' ) ) : '' );
    wp_localize_script( 'monochrome-backstretch-set', 'BackStretchImg', $image );

    You can upload your default background image into the media library and use it's file URL, by adding it as follows

    Old line:

    $image = array( 'src' => has_post_thumbnail() ? genesis_get_image( array( 'format' => 'url' ) ) : '' );

    Replaced new line:

    $image['src'] = '//demo.studiopress.com/monochrome/files/2017/03/sample-2.jpg';

    (you'll replace image's file URL with your actual image's URL)

    Good luck!
    Sanne

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘General Discussion’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble