Search for: Log In Free Support [Resolved] Hide Background/Cover image on mobile Home › Forums › Support › Hide Background/Cover image on mobile This topic has 7 replies, 2 voices, and was last updated 1 year, 1 month ago by Leo. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts March 9, 2020 at 11:44 am #1190017 Kevin Hi, I’m trying to hide the background/cover images on my site. I added the below to the simple css but it does not seem to work. <div class="hide-on-mobile hide-on-tablet"> Content here will only display in Desktop </div> The site is in draft mode but here is a published page: Any input? Thanks! Kevin March 9, 2020 at 12:34 pm #1190051 LeoStaff Customer Support Hi there, Can you disable the AMP plugin for now and any other caching plugins you might be using? Let me know ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ March 9, 2020 at 12:58 pm #1190072 Kevin Done March 9, 2020 at 1:31 pm #1190094 LeoStaff Customer Support Weird. I’m still seeing a bunch of AMP code involved: https://www.screencast.com/t/wuZhb56sBp Could you double check? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ March 9, 2020 at 1:32 pm #1190096 Kevin Apologies, I had no me left on..itโs deactivated. March 9, 2020 at 1:36 pm #1190099 LeoStaff Customer Support It’s a bit tricky as the background image is added as inline HTML style. Give this CSS a shot: @media (max-width: 768px) { .wp-block-cover.has-background-dim.ab-layout-landing-3-cover { background-image: none !important; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ March 9, 2020 at 2:59 pm #1190161 Kevin That worked! Thanks for the prompt response as always! March 9, 2020 at 4:16 pm #1190190 LeoStaff Customer Support No problem ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In