Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • ddbx46
    Participant

    @ddbx46

    Hello bphelp,

    Well i thought I got it to work but it is not giving me the functionality that I am looking for.

    So just a couple of questions, If I tell BP to NOT enqueue the parent style sheet in functions.php then how & where do I call the style sheet that I want to use for the whole site?

    Then if I want to call one separate style sheet for a homepage template how would I go about doing that?

    It seems like most of the answers I’ve seen around the web are based on pre BP 1.5 when it didn’t enqueue style sheets because I’ve searched all over the place.

    Thanks in advance!


    ddbx46
    Participant

    @ddbx46

    Thanks Mercime, however I was able to figure it out on my own…seems since bp columns is a child theme I needed to not only have the custom.css file imported but my own customs home.css imported as per below in my style.css file

    
    @import url( custom.css );
    
    @import url( home.css );
    

    Once I did that everything worked.

    bphelp I appreciate your idea too and will most likely be implementing that sometime down the road.

    Many thanks for both of your time as I really want to learn this stuff.

    rgds,
    T


    ddbx46
    Participant

    @ddbx46

    Hello Mercime

    I did exactly as you specified above and it still doesn’t work.

    What else could I be missing?

    The CSS file is in the same directory as the php file is.

    I’ve went into settings then reading to make the same page a static homepage.

    Any ideas? How would you do it if you just wanted to style the homepage separately?

    Thanks as I really appreciate your help.

    Rgds
    T


    ddbx46
    Participant

    @ddbx46

    http://pastebin.com/9wCkN1TY

    Any mods can help me clean this up please? sorry about that totally new here and it won’t let me edit my post. thanks

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