Forums

Join
bbPress Support ForumsThemesremove default template styles

Info

Tags

remove default template styles

  1. 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);
  2. aaaand - I got it.

    Was missing a style - I got all the bbpress template ones and missed the default one that is built into the plugin

  3. You must log in to post.