• 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]

Viewing 1 replies (of 1 total)
  • lisa

    (@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)

Viewing 1 replies (of 1 total)
  • The topic ‘Dark Overlay at Start’ is closed to new replies.