Title: DynamicoDesigns's Replies | WordPress.org

---

# DynamicoDesigns

  [  ](https://wordpress.org/support/users/dynamicodesigns/)

 *   [Profile](https://wordpress.org/support/users/dynamicodesigns/)
 *   [Topics Started](https://wordpress.org/support/users/dynamicodesigns/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dynamicodesigns/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dynamicodesigns/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dynamicodesigns/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dynamicodesigns/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dynamicodesigns/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Background Changer] How to disable for mobile devices which don’t support fixed backgrounds](https://wordpress.org/support/topic/how-to-disable-for-mobile-devices-which-dont-support-fixed-backgrounds/)
 *  [DynamicoDesigns](https://wordpress.org/support/users/dynamicodesigns/)
 * (@dynamicodesigns)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/how-to-disable-for-mobile-devices-which-dont-support-fixed-backgrounds/#post-11422400)
 * Hi l3ttie;
 * I was going through the same thing (or a bit similar) myself. I’ve included what
   has worked for my situation below for convenience:
 *     ```
       @media screen and (min-width:0px) and (max-width:720px) {
           .cbc-page {
               background-image: none !important;
           }
       }
       ```
   
 * You can adjust the min/max-widths as you wish.
 * Hope this helps – have a good day!

Viewing 1 replies (of 1 total)