Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Replace Buddypress logo top left with text ‘Home’


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>

Skip to toolbar