Okay
  Public Ticket #1342909
disable the effect over the first page
Closed

Comments

  • Martin started the conversation

    Hey :)

    how can i disable the effect over the first page / home image?

    thanks!

  • Martin replied

    i would like to disable the "background: url(../images/overlay.png)" effekt only for the startpage (over the slider)

  •  840
    Jelly replied

    Hi,

    For the overlay, you can disable it with this custom style:

    .overlay {display: none;}

    I'm still don't know where is effect you want mentioned.

    Best Regards,
    Jelly Team

  • Martin replied

    perfect. i was talking about the overlay and not an effect (took the wrong word).

    Is there any way to disable it only for the first (startpage) background?

  •  840
    Jelly replied

    Hi,

    So sorry for late, then you can try class home like this:

    .home .overlay {display: none;}

    Best Regards,
    Jelly Team