Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: No CSS – Member & Home Theme


Magi182
Participant

@magi182

I haven’t tested this, but you should probably be able to edit

/wp-content/themes/buddypress-home/style.css

delete the @import directive that is there and instead add:

@import url(css/base.css);


@import
url(css/custom.css);

This might hose some of the functionality added by loader.php, but should be the easiest place to make the change.

Skip to toolbar