Skip to:
Content
Pages
Categories
Search
Top
Bottom

please, how to replace the bp-default header background image? (via a child theme)


  • alcina22
    Participant

    @alcina22

    Hi, I’m building a child theme for buddypress, and I’m in trouble with a simple thing, so I’m sorry but I ask for help here…

    I replaced the body background image and it works, now I would replace the header background image.
    I try to import my own image in the same way, via my child css, but still don’t work, because the page always load the bp-default image, here the code in the head (by Firefox “page source”):

    var ajaxurl = “http://pianetagiallorosso.com/wp-load.php”;

    #header { background-image: url(http://pianetagiallorosso.com/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/images/default_header.jpg); }
    #header h1 a, #desc { color:#FFFFFF; }

    jQuery(document).ready( function() { jQuery(“a.confirm”).click( function() { if ( confirm( ‘Are you sure?’ ) ) return true; else return false; }); });

    I think it’s a Js problem but I don’t know how to solve them…

    can someone please help me?
    thank you! :)
    alcina

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

  • arnoldshields
    Member

    @arnoldshields

    Any luck? I wan’t to have a transparent section in the header. I ended up just deleting the jpg for the moment as I build the theme.

    I need to change my header color too (leave the text as it is only the header blue backround). It seem it comes from a JPG file in inludes — images— header.jpg …please help!!!!


    @mercime
    Keymaster

    @mercime

    @donmcint go to dashboard menu Appearance > Header > Change image and background color there.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘please, how to replace the bp-default header background image? (via a child theme)’ is closed to new replies.
Skip to toolbar