gullbekken Posted December 13, 2023 Share Posted December 13, 2023 When I scroll down on the page "program" there is a white bar showing above the header, also the same under the footer. Sometimes when the page loads a bit slow, this background color shows... any way to remove this? Link to comment
gullbekken Posted December 13, 2023 Author Share Posted December 13, 2023 on the page https://www.finnskogutstillingen.no/billetter-tickets a green color shows as you can see. Both under the footer and above the header. Link to comment
tuanphan Posted December 15, 2023 Share Posted December 15, 2023 Both pages are fine. Did you solve? 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
gullbekken Posted December 15, 2023 Author Share Posted December 15, 2023 @tuanphan nope, still same issue here. Both on Safari and Chrome. Link to comment
gullbekken Posted December 15, 2023 Author Share Posted December 15, 2023 Screen Recording 2023-12-15 at 08.06.04.mov Link to comment
gullbekken Posted December 15, 2023 Author Share Posted December 15, 2023 On mobile too. Link to comment
tuanphan Posted December 16, 2023 Share Posted December 16, 2023 Try adding this to Custom CSS body { background-color: white !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
gullbekken Posted December 16, 2023 Author Share Posted December 16, 2023 That worked on the pages with white backround. For this page https://www.finnskogutstillingen.no/frivillige I added this code in the advanced settings: body { background-color: #FEDCF9 !important; } and it works there as well. But for some reason not on https://www.finnskogutstillingen.no/program which still has a white "gap"... Link to comment
tuanphan Posted December 19, 2023 Share Posted December 19, 2023 Try this code <style> body { background-color: #fedcf9 !important; } </style> 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
gullbekken Posted December 19, 2023 Author Share Posted December 19, 2023 Thats the same code as I had before. Doesn't work. Link to comment
alex_lucke Posted February 1 Share Posted February 1 Hi! Chiming in here to say I'm having the same issue. I've tried the following code and it only seems to work on one page of my site. This code is applied to CSS and I have the variable properly defined. body { background-color: @dark-green !important; } The following I inserted to a page header and had no luck at all. <style> body { background-color: #003838 !important; } </style> My colleagues and I have noticed this happening consistently. Eager to get to the bottom of things! Link to comment
dotandpeg Posted July 27 Share Posted July 27 @tuanphan I was having the same issue and this worked perfectly for me, thanks! body { background-color: white !important; } tuanphan 1 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