I dont know if this is all pages or just the blank page no container. I want the background color to be white, the default setting is grey. There is no url as I am currently using icon stack. I see someone asked about this before in the forum but couldnt understand how to get this done.
To change background color of pages with Blank – No Container | Header, Footer, please add the following CSS on Appearance > Customize > Custom > Edit Global CSS:
.page-template-template-blank-14-php .site {
background-color: red; /*Change to your preferred color*/
}