Picture problem

  • Unknown's avatar

    Good afternoon,

    I have an issue with a picture. Indeed, when i put a picture in “picture header”, the colors are paler.

    What can I do to fix this problem?

    Thank you for your answer!

    Ornella

    The blog I need help with is: (visible only to logged in users)

  • Hi

    Your image is on the background, and .header-background has an opacity of 0.3 (30%). You can change this value in Custom CSS, by adding the following code:

    .header-background {
        opacity: 1;
    }

    (Of course you can try with other values)

    I hope this helps you

  • The topic ‘Picture problem’ is closed to new replies.