Skip to:
Content
Pages
Categories
Search
Top
Bottom

Replace Buddypress logo top left with text ‘Home’

  • Avatar of Peterverkooijen
    peterverkooijen
    Participant

    @peterverkooijen

    How can I replace the Buddypress logo in the top left corner with just the text ‘Home’?

    I know how to replace it with another image, but can’t figure out how to replace it with just text in the same style as ‘My Account’, ‘My Blogs’ and ‘Notifications’.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Avatar of Enlightenmental1
    enlightenmental1
    Participant

    @enlightenmental1

    depends if you want to hack the bp-core/bp-core-adminbar.php

    you can hide the logo from there, and just hand code a \\\”home\\\” link

    you would also want to give it the same class=\\\”\\\” as the other non-dropdown links

    like this:

    <li class="no-arrow">< a href="/groups">Search Groups</ a>

    Avatar of John James Jacoby
    John James Jacoby
    Keymaster

    @johnjamesjacoby

    Check out:

    http://buddypress.org/forums/topic.php?id=2190

    …and find the topic that explains how to change the BuddyPress logo. :)

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

You must be logged in to reply to this topic.