Hey, here the next problem:
Without body background-image the Socket Default Background colour overwrites the body background colour.
Thanks!
Hi fortbliss!
I’m not really sure what you mean there by the socket background overwriting the body background. I viewed your link but everything looked fine.
If you want manually set a background to the socket area then you can use this CSS.
#socket { background: red !important; }
Otherwise take a screenshot and highlight what is going on so we can get a better idea.
Best regards,
Elliott
Hi Elliot,
here can you see my settings in the general-styling/body background and how it should look (dark grey).
This are my settings for the socket color:
Without a background image the background has the same green as the socket!:
I hope you understand now my problem.
Best Regards,
Michael
Hey!
Thank you for the screenshots.
Can you please toggle the general styling settings again then save changes? Or try this on Quick CSS:
html, #scroll-top-link {
background-color: #363636;
}
Cheers!
Ismael
We are experiencing exactly the same issue as fortbliss does: Setting “Socket background color” overwrites “Body Background color” (in a boxed layout configuration). Is this a bug? Thanks!
Hey!
It does work fine on my end – http://imgur.com/a/0eWnu
Can you post the link to your website please?
You can add following code to Quick CSS field as well to change the background color of socket section
footer#socket {
background-color: red;
}
Cheers!
Yigit