Hi!
That's a very good website. Congratulation!
I've a CSS problem and I dont't know how to fix it.
I would like to set a dynamic text to the Header of the original BuddyPress Theme. Many themes have this. So it should show, how the Titel of the current Blog is. (WPMU+Buddypress)
I can't find the correct CSS string.
At the moment it looks so:
/**************************
HEADER
***************************/
#header {
position: relative;
padding: 2.2em 1.7em 1.8em 1.7em;
background: #fff;
}
#header h1 a {
text-indent: -999em;
background: url(../images/logo.gif) top left no-repeat;
overflow: hidden;
width: 214px;
height: 35px;
display: block;
}
#header .search {
position: absolute;
top: 1.2em;
right: 1.5em;
}
/*** SEARCH / LOGIN BAR **********/
Instead of the image, there should be the genearted Text!
I hope you can help me!
Thanks and greetings from Munich / Germany!
Philipp