We haven’t had any issues with that before 🙁
Maybe it’s cache? Have you tried clearing any cache plugin/service you might have?
Thread Starter
Stefano
(@stefacchio)
yes, I tried.
it’s a wordpress fresh install. Maintenance is only installed plugin…
Thread Starter
Stefano
(@stefacchio)
I don’t see any background image set on that page 🙁
Thread Starter
Stefano
(@stefacchio)
yes, I don’t want any background image. I set a color but always there is the blur effect that darkens my color.
anyway if I use an image, the problem is the same.
You can see the right color while it’s loading, when loaded the color is more dark.
-
This reply was modified 2 months ago by
Stefano.
Hi,
That’s the overlay, not he blur. To get rid of that add this to the Custom CSS box:
.main-container:after{
opacity:0;
}
Thread Starter
Stefano
(@stefacchio)
I added it, deleted cache and I tried also adding “important!”, But it doesn’t work.
check on the website.
thanks
Yes, it needs !important but the exclamation mark is before like this:
opacity: 0 !important;