By editor, 9 February, 2016 Question Add a solid color zone using position: absolute and ::before sub class .main-container { &:before { content: ''; position: absolute; height: 500px; background: red; width: 100%; left: 0; } } ALSO: Add z-index: -1; if this hide some thing .main-container is a div just after the body NOTE (LESS syntax) Tags Theming CSS Comments You must have JavaScript enabled to use this form. Your name Subject Comment About text formats Plain text No HTML tags allowed. Lines and paragraphs break automatically. Web page addresses and email addresses turn into links automatically.
Comments