I have a page at http://shivampaw.ml/blog
It has a header image and is using Wordpress. I am trying to make the header image slightly less opaque and set it to opacity: 0.6
However when I use:
site-header{
opacity: 0.6;
}
It makes the entire div less opaque. I have researched and I don't think I can change the divs as they are using Wordpress.
How can I achieve this?
Is it also possible to make the background image fixed? Right now it repeats which means it has a weird colour change. I want to avoid that so can I make it fixed? I tried changing background-attachment but that didn't work.