Have you solved the problem?
I have the same..
I’d also like a solution. I have a partial one, which makes ALL of the page content transparent, but I want just the background on the content area (white) to be changed, not the lettering or pictures in the page.
http://pandoraslunchbox.eu/?page_id=41
my css is this
}div#content {background-color:
alpha(opacity=80);
-moz-opacity:.80;
opacity:.80;
}
.hentry .post-content,
.single .hentry,
.page .hentry {
border: 0 none;
padding: 0;
background-color: #f5f5f5;
}
i put it up my css
the background color is mine
let me know
sorry camille.vivienne no change!
Hi Guys,
You’re looking in the wrong place. Background colours are controlled in styles.php in the main theme not sytles.css!
if ( isset($services_bg) && ( $services_bg != '#fff' ) ) {
$custom = ".services-area { background-color: #fdf9ee !important; }"."\n";
}
Exactly where I’ve place #fdf9ee you’ll see {services_bg} replace this with your colour for each of the affected sections.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Editing the theme’s files is not the right way to go, and this is probably a CSS fix not a PHP one.
Create a thread in your theme’s forum: https://ww.wp.xz.cn/support/theme/moesia#postform