Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to insert a logo image that is higher than 125px

  • @sven52

    Participant

    Hello, i want to insert a logo image/background that is higer than 125px. How can i do this. The logo image should be linked with the homepage, too.
    Is there anybody, who can help me? Many thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • @chouf1

    Participant

    bp-default/functions.php:252
    define( 'HEADER_IMAGE_HEIGHT', 125 );
    and css tweaked accordingly….

    Don’t forget to make these change from within a child theme

    @sven52

    Participant

    Many thanks for your reply. How can i make a child theme? And how to insert a logo/background-image which is linked with the homepage? Many thanks in advance.

    @chouf1

    Participant

    For such common questions, please read first here:
    https://codex.buddypress.org/home/

    For the logo URL, take a look in bp-default/header.php

    @hnla

    Participant

    Always check the the docs/codex to see if there are any guides that cover a question:
    https://codex.buddypress.org/extending-buddypress/building-a-buddypress-child-theme/

    To link your logo to homepage open up a header file bp-default or a wp default header file and have a look at the markup where the logo is set, although isn’t the logo already linked if you’re using the default theme?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to insert a logo image that is higher than 125px’ is closed to new replies.
Skip to toolbar