csl Posted July 12, 2019 Share Posted July 12, 2019 Is there a way to disable the Brine banner image on mobile only? I've tried many different css configurations with no luck. my client site: paragoncoachinggroup.com what I tried that did not work" @media only screen and (max-width: 640px) { home .Index-page-image { display: none;}} I'm noticing that this question (or one like it) has been asked several times in the forum, with no answers. Is that to assume there is not an answer? I'd surely appreciate your expertise on this. Link to comment
tuanphan Posted July 12, 2019 Share Posted July 12, 2019 @cloeffler @media screen and (max-width:640px) { section#about { display: none; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
csl Posted July 12, 2019 Author Share Posted July 12, 2019 Thank you for your quick reply! This brings up another question. How can I keep the H1 title headline from the banner, and REPLACE the brine banner image with either a background color or image? Thanks, tuanphan! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.