I managed to figure out how to change the page background’s opacity with this:
#main {
zoom: 1;
opacity: 0.7;
}
The issue I ran into with this was that it causes everything inside the border of the page background to become more transparent as well (icons, text, etc…). Is there a way to prevent the other components from becoming transparent as well?
Hi, Greg! Thank you for the response. Unfortunately, I do not notice any changes in the opacity. I’m certain that I am placing the code in the right place, but nothing is changing for whatever reason.