Hi, I am trying to reduce the Opacity of the background colour in the main body to 80%
I tried
.site_background
{
opacity: 0.8;
}
but that reduced the opacity of everything including images, text etc.
Hi GOWD!
Please add following code to Quick CSS
.main_color { background-color: rgba(250,247,237,0.8); }
#main, .html_stretched #wrap_all { background-color: transparent; }
Best regards,
Yigit
Perfect, thanks, you may close this thread