Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to: Customize the “SocialNetwork” heading on home and blog pages


KitWit
Participant

@kitwit

Kunal17–

You also have to change the CSS file (base.css) so that it \\\”knows\\\” how large your logo is … I changed mine to be slightly taller than the stock logo for BuddyPress. Here is the code and what I did … this is just below the comment for HEADER:

#header {

padding: 25px 20px;

}

#header h1 a {

text-indent: -999em;

background: url(../images/logo.gif) top left no-repeat;

overflow: hidden;

width: 214px;

height: 55px;

display: block;

float: left;

Try that and see if it works. Good luck!

Skip to toolbar