• Dear Anders Norén @anlino.

    Thank you for creating an excellent theme which will be perfect for my need.

    No matter what I try, every image I upload and use (including every header image) becomes way too dark. I do not understand why it is happening.

    How can I keep the same image brightness for all images — posts and header?

    Please write me your advice as soon as you can. (If anyone reading this question, I am open to that, too!)

    Thank you so much!

    — Eric

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Don’t @ people like that, it’s rude, abusive and spammy.

    Thread Starter wordpresseric

    (@wordpresseric)

    Jan,

    I apologize for the @. It was not meant to be “rude, abusive and spammy.”

    A courteous comment that said something like “it would be better etiquette to not @ people in our support forum” would have been a more cordial critique.

    Thank you.

    — Eric

    You must add some code (customizer add css)

    /*—Anpassung der Overlays für Bilder der Beitragsseite—*/

    /*Einstellung der Grundhelligkeit: nur leicht abgedunkelt*/
    .has-post-thumbnail .post-overlay {
    background: rgba( 0, 0, 0, 0.2 )!important;
    }

    /*Einstellung der Helligkeit beim Hovern: hell*/
    .post-overlay:hover {
    background: rgba( 0, 0, 0, 0.0 )!important;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘All images (posts & header) are too dark. How do I make images right brightness?’ is closed to new replies.