• Resolved romain1982

    (@romain1982)


    Hello,

    Please help me to resolve this problem: the header image of oria theme has an opacity or the site title overlaps it with a grey filter, anyway I am new to wordpress and want to set up this website: https://www.romaingierenz.com

    Thank you very much!

Viewing 5 replies - 1 through 5 (of 5 total)
  • What exactly is your question? Do you want to remove the top bar’s opacity and make it transparent?

    This css will change the top bar to be transparent.

    .top-bar {
        background-color: transparent;
        border-bottom: none;
        border-top: none;
    }

    Hi. I have the same problem. Using this CSS dont work for me. Any help?
    Thanks!

    Having the same issue.
    CSS fix didnt work for me

    If I understand the question correctly this should do it. Just change the 0.5 to your liking.

    background-color: rgba(0, 0, 0, 0.5);

    sorr<, I didn’t paste it all

    `.site-header::after {

    background-color: rgba(0, 0, 0, 0.5);
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Header Image opacity change’ is closed to new replies.