Hi rougeint,
In order to call back your About us ‘s background, you need to open /templates/ja_onepage/css/themes/solid/template.css on your server. Then replace lines:
.section2 {
background:#fff;
color: #666;
}
with
.section2 {
background:#666 // Background color
color:#fff // Text color
}
** If you want About us have same background as Brand We Sell.
Open templates/ja_onepage/css/themes/solid/template.css. Then replace:
.section2 {
background:#fff;
color: #666;
}
with
.section2 {
background: url(../images/themes/solid/pattern-2.png);
}
Remember to Clean T3 cache.
Regards,
—
Leo