Okay
  Public Ticket #3042992
Grey Space
Closed

Comments

  •   ChrisHeil started the conversation
  •  8,839
    Tahir replied

    Hey Again,

    This might be a new issue, Escalating this to the developer.

    For a quick fix add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    div[data-style=parallax_next_only] .parallax-layer:after {
        background-color: rgba(0,0,0,.4);
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 101;
        display: block;
    }
    div[data-style=parallax_next_only] .parallax-layer-wrap:after {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team