Skip to:
Content
Pages
Categories
Search
Top
Bottom

Header image problem

Viewing 4 replies - 1 through 4 (of 4 total)

  • Tammie Lister
    Moderator

    @karmatosed

    Just to check but did you add that as a custom header under the admin side of your install?

    Yes. I tried both ways but the same result.
    The blue header is not a picture. It is generated by a css or php code somewere.

    Does anybody has idea?
    I saw this code in Chrome Developer Tools:
    `media=”all”
    #header {
    background:
    #1FB3DD;
    background: -moz-linear-gradient(top,
    #1FB3DD 0%,
    #1FB3DD 15%,
    #394C79 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,
    #1FB3DD), color-stop(15%,
    #1FB3DD), color-stop(100%,
    #394C79));
    background: -webkit-linear-gradient(top,
    #1FB3DD 0%,
    #1FB3DD 15%,
    #394C79 100%);
    background: -o-linear-gradient(top,
    #1FB3DD 0%,
    #1FB3DD 15%,
    #394C79 100%);
    background: -ms-linear-gradient(top,
    #1FB3DD 0%,
    #1FB3DD 15%,
    #394C79 100%);
    background: linear-gradient(top,
    #1FB3DD 0%,
    #1FB3DD 15%,`
    It is in some CSS but where?

    I found the problem. It was in wp-content/plugins/buddypress/bp-themes/bp-default/_inc/css/default.css , so I put the corect code there.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Header image problem’ is closed to new replies.
Skip to toolbar