Okay
  Public Ticket #359368
static BG parallax
Closed

Comments

  • Guilherme started the conversation

    Is it possibile to have a text that scrolls over a parallax background BUT that the background stays fixed. That background should not scroll... the text scrolls and the background remains fixed, like a mask passing over the image. 

    Thank you

  •   Tahir replied privately
  • Guilherme replied

    Maybe avoiding the function transform each time the mouse moves....

  •  983
    ThemeNectar replied

    Hey,

    Add this into your custom css box in your Salient options panel:

    .full-width-section.parallax_section .row-bg, .full-width-content.parallax_section .row-bg {
      transform: none!important;
    }
    

    Cheers

  • Guilherme replied

    Thank you! That works.