Forums
Forums / Fixing WordPress / Dark Overlay at Start
(@stevenson63)
6 years, 2 months ago
I need help removing the dark film or overlay that shows up on my site (until you click)
The page I need help with: [log in to see the link]
(@contentiskey)
might be related to your theme try a change to this CSS style
.modal { background-color: rgba(0, 0, 0, 0.7); }
change the opacity of the backgrouond for modal maybe something like rgba(0,0,0,0.0)
The topic ‘Dark Overlay at Start’ is closed to new replies.