customize default buddypress header with child theme…
-
Hi,
I’m becoming very frustrated, so hopefully you all can help me get on track…
I’ve read the child theme documentation, and have it selected as my active theme. I’m currently importing the css for the default theme in my style.css…
What I’m trying to do is modify the header style to be my own… From what I read I should be able to just add
#header {
background: #121212 no repeat scroll 0 0;
height: 88px;
min-width: 960px;
padding-top: 25px;
}
However, it isn’t picking up the new style..
Firebug is showing this for #header
#header {
-moz-background-clip: border;
-moz-background-inline-policy: continuous;
height: 88px;
min-width: 960px;
padding-top: 25px;
}
#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
}
I’ve put crossed off because thats how they appear, that isn’t the text that appears…
I’ve also tried turning off the import of the CSS from bp-default, but then it doesn’t pick up anything for #header…
Any ideas please? I’m loosing confidence.
- The topic ‘customize default buddypress header with child theme…’ is closed to new replies.