Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
No just lighter so the background can bleed through
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Can you link your site so that we can see your background
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
If there is no apparent option in the dashboard named “Custom CSS” or similar, install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin
Then use its “CSS Code” section of the dashboard to hold your CSS modifications:
// The last digit is the opacity
body.blog article {
background: rgba(0,0,0,.5);
}
http://www.css3.info/preview/rgba/
Okay thanks I will try that
No go. I installed the plugin and pot in code. Nothing changed.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Specifically, which boxes are you referring to?
The main content boxes in the middle of the screens.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Try:
body.single .entry-header, body.page .entry-header,
body.single article.post, body.page article.page,
#secondary {
background: rgba(0,0,0,.5);
}
Excellent. It worked. Lots more work for me to do now.
Thanks for your help