remove default template styles
-
I would like to use the default template and override the styles that are included. Does anyone have any tips on how to acheive this?
Currently I am using:
function bm_bbpress () {
wp_dequeue_style ('twentyten-rtl');
wp_dequeue_style ('twentyten');
wp_dequeue_style ('bbp-twentyten-bbpress');
}
add_action ('bbp_enqueue_scripts', 'bm_bbpress', 100);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.