Daniel132 Posted January 8, 2020 Share Posted January 8, 2020 Hey there, finishing up this site - https://www.scotthowardmusic.com/ - and having issues using custom code to insert a new background image on the mobile version only. I can't seem to find any resources linking to the actual code needed and am lost on how to go about it. Let me know if it need to include anything else! Link to comment
tuanphan Posted January 9, 2020 Share Posted January 9, 2020 You can use @media query to target mobile @media screen and (max-width:640px) { enter css to insert background for mobile here } 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
Daniel132 Posted January 11, 2020 Author Share Posted January 11, 2020 On 1/8/2020 at 4:03 PM, tuanphan said: You can use @media query to target mobile @media screen and (max-width:640px) { enter css to insert background for mobile here } Thanks, but can you type out a little more? I'm getting lost on what to do after the @media screen THANKS!!! Link to comment
tuanphan Posted January 13, 2020 Share Posted January 13, 2020 On 1/12/2020 at 5:04 AM, Daniel132 said: Thanks, but can you type out a little more? I'm getting lost on what to do after the @media screen THANKS!!! @media screen and (max-width:640px) { paste the code which you used to create background image on desktop, remember replacing with new image url } 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
Daniel132 Posted January 13, 2020 Author Share Posted January 13, 2020 14 hours ago, tuanphan said: @media screen and (max-width:640px) { paste the code which you used to create background image on desktop, remember replacing with new image url } Figured it out, thanks! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.