Home › Forums › Support › Select background image with CSS This topic has 3 replies, 2 voices, and was last updated 5 years, 5 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts November 26, 2020 at 3:12 pm #1550763 Stewart I added a background image to my all pages on a client’s site through the Customize link. It works fine but I’d like to turn it off when the site is viewed on a mobile phone. There doesn’t seem to be a CSS selector available. You can see the site here: http://www.amarackfinancial.com Thanks! November 26, 2020 at 3:16 pm #1550777 LeoStaff Customer Support Hi there, Try this CSS: @media (max-width: 768px) { body.separate-containers .inside-article { background-image: none; } } Adding CSS: https://docs.generatepress.com/article/adding-css/ Let me know if this helps 🙂 November 26, 2020 at 3:19 pm #1550782 Stewart Thanks for the quick response AND for solving the problem! I tried for about an hour and couldn’t figure it out. November 26, 2020 at 4:24 pm #1550848 LeoStaff Customer Support No problem 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In