Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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.

    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?

    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.

    I think I found my solution.
    Private BuddyPress is the plugin. Sorry.

    I need to hide the user profiles for the unlogged profiles. Help!

Viewing 5 replies - 1 through 5 (of 5 total)
Skip to toolbar