Skip to:
Content
Pages
Categories
Search
Top
Bottom

remove default template styles


  • binarymoon
    Participant

    @binarymoon

    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)

  • binarymoon
    Participant

    @binarymoon

    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

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar