Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,018
- How-to & Troubleshooting
- 129,650
- Creating & Extending
- 25,796
- Requests & Feedback
- 9,497
- Third Party Plugins
- 9,794
- Showcase
- 3,316
- Ideas
- 1,383
- Miscellaneous
- 9,180
-
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!