c3lln Posted February 9, 2023 Share Posted February 9, 2023 (edited) Hi, I've created this website for a client which has a video on the homepage. The video's background colour is the same as the page background colour when viewed on desktop, but on mobile it is appearing that they are different. Attached are screenshots of the desktop and mobile views. The website is http://www.loopwellbeing.com.au Thanks! Edited February 9, 2023 by c3lln adding website Link to comment
tuanphan Posted February 10, 2023 Share Posted February 10, 2023 Hi, What should it look like? 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!) Link to comment
c3lln Posted February 10, 2023 Author Share Posted February 10, 2023 It should look like the desktop view. See how in that mobile view there is a colour difference from the video to the page below? The background becomes more yellow compared to the video above (which has the same background colour as the page below in desktop) Link to comment
tuanphan Posted February 11, 2023 Share Posted February 11, 2023 Try adding to Design > Custom CSS body { background-color: #f2e8e5; } 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!) Link to comment
c3lln Posted February 13, 2023 Author Share Posted February 13, 2023 Thanks @tuanphan. I've added in that code to the top of my CSS but am still seeing this difference in colour (screenshot above) Link to comment
tuanphan Posted February 15, 2023 Share Posted February 15, 2023 On 2/13/2023 at 7:44 AM, c3lln said: Thanks @tuanphan. I've added in that code to the top of my CSS but am still seeing this difference in colour (screenshot above) You try access Design > Site Styles > Colors > Site Wide - Section Color/Background and change it 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!) Link to comment
c3lln Posted February 15, 2023 Author Share Posted February 15, 2023 Thanks @tuanphan I have done this but am still seeing the difference, screenshot again below Link to comment
tuanphan Posted February 17, 2023 Share Posted February 17, 2023 On 2/11/2023 at 7:19 PM, tuanphan said: Try adding to Design > Custom CSS body { background-color: #f2e8e5; } Try this new code body.homepage { &, .section-border, .section-background, section { background-color: #f2e8e5 !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!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment