Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #376410

    beim scrollen der website bekomme ich in der headergrafik eine farbänderung. das weisse loge wird abgedunkelt. wie kann ich das verhindern?

    #376647

    Hi diefleischerei!

    Thank you for using Enfold.

    The header background is transparent. You can remove the transparency with this on Quick CSS:

    .header_bg {
    opacity: 1;
    filter: alpha(opacity=100);
    }

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.