Hi,
I’m a junior frontend developer working on my WordPress website, [url=http://www.bigcatwebdesign.com.au]Front Page – Big Cat Web Design[/url] using the WooThemes Canvas (theme). I’m trying to create a transparent overlay effect on all of the grey area of the site and gotten partially there, except my image slider, header and other areas are affected too, e.g. I’d like this affect -https://www.marmosetmusic.com. Thanks, this was the custom CSS3 code I input:
body {
#A5A5A5;
opacity: 0.8;
}