Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

  • tlachaussie
    Participant

    @tlachaussie

    Disregard I found a solution.


    tlachaussie
    Participant

    @tlachaussie

    Any ideas? Thanks in advance!


    tlachaussie
    Participant

    @tlachaussie

    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?


    tlachaussie
    Participant

    @tlachaussie

    Ok, that works. At least something changed this time! The wheels are spinning again. Thanks!


    tlachaussie
    Participant

    @tlachaussie


    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

    }


    tlachaussie
    Participant

    @tlachaussie

    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 );

    ?>


    tlachaussie
    Participant

    @tlachaussie

    I’ve added the ajax login plugin instead, and i don’t think the member search is very usefull in my instance. Thanks!


    tlachaussie
    Participant

    @tlachaussie

    i think i found it in home.php

Viewing 9 replies - 1 through 9 (of 9 total)
Skip to toolbar