Hi.
How can I eliminate the darkness that appears on the background image that I have placed? The whole background is obscured and I do not know why … It is the integrity stack and the web where you can see is this:
http://www.33elmusical.es/inicio-2/
Thank you very much
Hello There,
Thanks for writing in! The dark overlay over your background image is because of this custom css:
.site:before {
content: "";
display: block;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.75);
z-index: -1;
}
If you have added this custom css, please remove this one to resolve your issue.
Please let us know how it goes.
Fantastic! Thanks !!!
On behalf of my colleague, you’re welcome. Cheers! 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.