Title: Remove background image on mobile
Last modified: August 21, 2016

---

# Remove background image on mobile

 *  Resolved [buddhaimonia](https://wordpress.org/support/users/buddhaimonia/)
 * (@buddhaimonia)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/remove-background-image-on-mobile/)
 * I have a background that, whether I scale or not, takes over the screen on mobile
   devices so I’d like to simply remove it from mobile altogether. It looks good
   on an iPad so I’m not worried about tablet resolution, just mobile if possible.
 * I’ve searched around and tried putting a number of custom CSS suggestions into
   the custom CSS box under “Appearance” but nothing has worked so far. Thanks, 
   I appreciate your time.
 * Site: [buddhaimonia.com](http://buddhaimonia.com)

Viewing 1 replies (of 1 total)

 *  [Scott Smith](https://wordpress.org/support/users/scottsmith/)
 * (@scottsmith)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/remove-background-image-on-mobile/#post-4702244)
 * Use the Custom CSS field in the Customize menu and add this:
 * [@media](https://wordpress.org/support/users/media/) only screen and (max-width:
   35em) {
    body.custom-background { background-image: none; } }

Viewing 1 replies (of 1 total)

The topic ‘Remove background image on mobile’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/decode/3.15.3/screenshot.png)
 * Decode
 * [Support Threads](https://wordpress.org/support/theme/decode/)
 * [Active Topics](https://wordpress.org/support/theme/decode/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/decode/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/decode/reviews/)

## Tags

 * [background](https://wordpress.org/support/topic-tag/background/)
 * [image](https://wordpress.org/support/topic-tag/image/)
 * [mobile](https://wordpress.org/support/topic-tag/mobile/)

 * 1 reply
 * 2 participants
 * Last reply from: [Scott Smith](https://wordpress.org/support/users/scottsmith/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/remove-background-image-on-mobile/#post-4702244)
 * Status: resolved