Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

Editing the Header in the Functions.php File… (2 posts)

Started 7 months, 1 week ago by: dcmediadesign

  • Profile picture of dcmediadesign dcmediadesign said 7 months, 1 week ago:

    Hi community! :)

    I’m having a small issues editing the header style in the functions.php. I want the header to have a shorter height, and there to be NO background image-like not even a .png (which doesn’t upload correctly anyway)

    I would like it to look like this page:

    http://www.myemmylou.com/Blog

    This is the BuddyPress page:

    http://myemmylou.com/social/

    Any help would be magnificent!

    Thanks!

  • Profile picture of @mercime @mercime said 7 months, 1 week ago:

    Add this to your bp-default child theme’s functions.php file

    // Disable custom header support.
    define( 'BP_DTHEME_DISABLE_CUSTOM_HEADER', true );

    I noticed that you’re making the changes in the bp-default theme at plugins/buddypress/bp-themes/bp-default. When you update BuddyPress, your theme revisions will be overwritten. I recommend that you create a chlid theme of bp-default theme http://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/