• 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

eppiemcm

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
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • August 1, 2019 at 8:24 am in reply to: Revolution Pro full width image on homepage #492714
    eppiemcm
    Participant

    Marcy, thank you so much, you pointed me in exactly the right direction and thankfully all working now. Apologies for delayed response, these emails must get caught in the spam - I thought it hadn't been answered.

    June 18, 2019 at 7:54 am in reply to: Revolution Pro Theme Header #491682
    eppiemcm
    Participant

    Hi Vic,

    In the css, you can change

    .site-header > .wrap {
     max-width: 1280px;
    }

    to

    .site-header > .wrap {
     max-width:100%
    }

    Haven't tested this on all devices but works for desktop/laptop.

    September 4, 2018 at 9:33 am in reply to: Altitude Pro – Full width background image #222925
    eppiemcm
    Participant

    Hi there, I found this article after much searching. I hope it will help:
    https://journalxtra.com/wordpress/snippets/use-wordpress-featured-image-post-page-background-picture/

    This makes your "Featured Image" image the full width background image. You would need to also add some styling in your CSS to make this display as you want it to.

    At end of functions.php in Altitude Pro:

    ---

    add_action( 'wp_head', 'vr_set_featured_background', 99);
    function vr_set_featured_background() {
    $image_url = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), array(1600), false );
    if ($image_url[0]) {
    ?>
    <style>

    html,body {
    height:100%;
    margin:0!important;
    }
    body {
    background-color:#ef3340;
    background:url(<?php echo $image_url[0]; ?>) #000 left top no-repeat;
    background-size: 100% ;
    }
    /* Uncomment if the image hangs low in a Genesis theme */
    /*.site-inner {
    padding-top:0!important;
    padding-bottom:0!important;
    }*/
    </style>
    <?php
    }
    }

    April 25, 2018 at 6:26 am in reply to: Monochrome Pro disturbing line #219265
    eppiemcm
    Participant

    Hi Andras,

    You would go into style-front.css (Studiopress themes tend to have a standard style.css for the main theme/site and then a special additional css file for the front page) and amend the code mentioned above where is says:
    border-bottom: 1px solid #000;
    Change this to something like:
    border-bottom: 0px solid #000;
    In the new version of Genesis, you can actually amend this code directly in Customiser so as it doesn't interfere with your core files. I think this is now the preferred/recommended method.
    Hope this helps.

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)

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