@tlachaussie
14 years, 7 months ago
Disregard I found a solution.
Any ideas? Thanks in advance!
maybe I should start a new thread for this…
How do I remove something that I don’t want to be inherited, I’m assuming I need to remove it from the imported css?
Ok, that works. At least something changed this time! The wheels are spinning again. Thanks!
http://www.wayg.org/dumpeddiamonds
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
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
height: 100px; crossed off
padding-top: 25px; crossed off
No, the only files in my child theme folder are style.css and functions.php
functions.php contains this…
<?php
function my_remove_bp_actions() {
remove_action( ‘init’, ‘bp_dtheme_add_custom_header_support’ );
add_action( ‘init’, ‘my_remove_bp_actions’, 9 );
?>
15 years, 3 months ago
I’ve added the ajax login plugin instead, and i don’t think the member search is very usefull in my instance. Thanks!
i think i found it in home.php