• 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

Tiled background not working with Metro Plus

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 › Tiled background not working with Metro Plus

This topic is: resolved

Tagged: background, Metro, responsive background

  • This topic has 3 replies, 4 voices, and was last updated 12 years, 2 months ago by Ziggur.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • October 14, 2013 at 7:31 pm #66739
    sarabellum
    Member

    I'm attempted to add a tiled background to my site. I have tried to tile it completely, tile horizontally and tile vertically - nothing works. The preview is fine, but the live site is stretching my image.

    Any suggestions? I have found several threads addressing the issue, but no solutions.

    http://four-fit.com
    October 14, 2013 at 9:18 pm #66743
    BrightTribe
    Member

    Hi there. I just installed the theme on one of my dev accounts, and it looks like the background setting is broken on that theme because it's doing the exact same thing on mine site.

    It's easy enough to "Remove Background Image" and go to Appearance / Editor and simply add the background to the CSS at the bottom of the file. Grab the URL of your image and drop it into the code below, and you're all set.

    body {
    background: url(http://YOURDOMAIN.com/wp-content/uploads/2013/10/IMAGENAME.png) repeat #766856;
    }

    It stinks having to do a work-around, but it's easy enough to fix. 😉


    Brian Dempsey, Bright Tribe, Inc.
    [email protected] | 678-267-3267

    October 17, 2013 at 7:09 pm #67246
    Mealtog
    Member

    I can confirm that Metro Pro's background settings are indeed not working properly. Brian's tip is the fix.

    November 8, 2013 at 12:01 pm #71702
    Ziggur
    Participant

    I can confirm what Mealtog said: Metro Plus theme, background tile functionality not working, Brian Dempsey's fix works.

    This fix led me to a solution for another problem. I wanted to make the background image responsive, in that it's never going to seen on a small scree, e.g.: a phone, so why make them download all that extra image weight? So instead of putting it at the end of my CSS I put it in the responsive section, using a min-width statement, as follows:


    @media
    only screen and (min-width: 800px) {

    body {
    background: url(http://YOURDOMAIN.com/wp-content/uploads/2013/10/IMAGENAME.png) repeat #766856;
    }

    }

    Haven't tested it across too many devices yet, but 800px seems to reliably give me a tiled image background for an iPad in landscape mode on up, and a flat color in portrait mode on down. Obviously use your own URL for the image, and your own hex code for the fallback color.

    Brian M

  • 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

© 2026 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