Hey everyone,
I've got my code for my background image:
body[data-type="page"][data-id="428"] {
background-image: url();
background-size: cover;
background-attachment: fixed;
}
but I am struggling with changing the background image opacity. I would still like to keep the menu/site title/text etc that sits on top of the background unaffected by changing the opacity. Any ideas? :)