Hey Guys,
How do I change the background color for normal pages? I want this page http://c02.847.myftpupload.com/airports/ to either have another color, or an image background. When I add an image from the page settings it is only visible behind the sidebar. And I did change the background color of the entire site from customizer but nothing happened there either.
Thanks!
Ann
Hi – So I was able to add this to change the color;
.x-container.main:before {
background-color: hsl(210, 3%, 13%) !important;
opacity: .8;
}
But that wouldn’t carry over to mobile so assuming that is incorrect?