Frank349 Posted May 11, 2021 Posted May 11, 2021 Site URL: https://www.maslowproject.com/ Is there any way to change just the mobile background color and not the desktop background color? What is happening is that our background video is not playing when using Firefox mobile and just a white background color is showing up. When I change the background color on desktop from white to another color, it looks awful. I need the background color white on desktop and ideally need to just change the color when using mobile devices. If you've found a solution to this, thanks for taking the time to reply. Best, Frank
tuanphan Posted May 16, 2021 Posted May 16, 2021 On 5/12/2021 at 3:54 AM, Frank349 said: Site URL: https://www.maslowproject.com/ Is there any way to change just the mobile background color and not the desktop background color? What is happening is that our background video is not playing when using Firefox mobile and just a white background color is showing up. When I change the background color on desktop from white to another color, it looks awful. I need the background color white on desktop and ideally need to just change the color when using mobile devices. If you've found a solution to this, thanks for taking the time to reply. Best, Frank Add to Design > Custom CSS /* Home-Mobile-Video background */ @media screen and (max-width:767px) { body.homepage article section:first-child .section-background { background: red !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Frank349 Posted May 18, 2021 Author Posted May 18, 2021 Hi tuanphan - thanks so much for taking the time to reply and provide this. I will give it a try and reply back.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.