Re: Theaded comments and BP 1.2 Defuault Theme??
Create a folder called bp-custom in wp-content/themes . In this folder create a file called style.css
add this to the style.css file. Then go into your admin and activate this theme.
/*
Theme Name: BuddyPress Custom
Theme URI: http://example.org
Description: Custom theme for BuddyPress.
Version: 1.0
Author: John Doe
Author URI: http://example.org/
Template: bp-default
Tags: buddypress
*/
/* Inherit the default theme styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );
/* Inherit the default theme adminbar styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );
/* change the number higher or lower to adjust the indentation of threads */
ol.commentlist .children {
margin-left: 30px;
}