• Resolved cilun

    (@cilun)


    Hi!

    I can’t find where to remove the mask on the header image which makes the image go grey-ish. Is there a way to change/remove it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there,

    This is not how www.remarpro.com forums work. Instead, you’re supposed to post your issue in theme specific forum, which in this case is here. Coming to the issue, you can increase header image’s brightness by adding following custom CSS to your theme using Advanced CSS Editor.

    #header-image img{
        -webkit-filter: brightness(1.0);
    }

    Hope it helps.

    Thread Starter cilun

    (@cilun)

    Ah, sorry for the mistake and thanks for the help ??

    Hey there,

    Glad I was able to help. Cheers ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: Entrigan] Header image mask’ is closed to new replies.