Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,003
- How-to & Troubleshooting
- 129,527
- Creating & Extending
- 25,791
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,782
- Showcase
- 3,316
- Ideas
- 1,397
- Miscellaneous
- 9,169
-
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!
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS