Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: customize default buddypress header with child theme…


tlachaussie
Participant

@tlachaussie

I thought of that too, while I was waiting for a response I tried this, and it still didn’t work.

Firebug is still showing this as the #header from my style.css

#header {

-moz-background-clip: border;

-moz-background-inline-policy: continuous;

height: 88px;

min-width: 960px;

padding-top: 25px;

}

and this from default.css

#header {

position: relative;

color: #ffffff;

background: transparent url( ../images/default_header.jpg) repeat scroll 0 0;

-moz-border-radius-bottomleft: 6px;

-moz-border-radius-bottomright: 6px;

-moz-background-origin: padding;

-moz-background-inline-policy: continuous; crossed off

-moz-background-clip: border;

height: 100px; crossed off

padding-top: 25px; crossed off

}

Skip to toolbar