Skip to:
Content
Pages
Categories
Search
Top
Bottom

Editing the Header in the Functions.php File…

  • @dcmediadesign

    Member

    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!

Viewing 1 replies (of 1 total)
  • @mercime

    Participant

    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 https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/

Viewing 1 replies (of 1 total)
  • The topic ‘Editing the Header in the Functions.php File…’ is closed to new replies.
Skip to toolbar