Disabling bpdefault CSS
-
Hi
Using a child theme based on bp_Default.I use the recommended additions to my themes function file to disable the bp_default CSS so I can use me own CSS files. This is recommended you place in the theme function file:
if ( !function_exists( ‘bp_dtheme_enqueue_styles’ ) ) :
function bp_dtheme_enqueue_styles() {}
endif;Unfortunately this also stops my theme from importing my own styles CSS files. So there is none of my CSS files associated with the HTML pages.
Can someone help as to why this is happening – thanks.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Disabling bpdefault CSS’ is closed to new replies.