Info
- 2 posts
- 1 voice
- Started 7 months ago by binarymoon
- Latest reply from binarymoon
- This topic is resolved
remove default template styles
-
- Posted 7 months ago #
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); -
- Posted 7 months ago #
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
-
You must log in to post.