Re: Can the bp-default theme be moved to /wp-content/themes?
@DJPaul Thanks for the info.
I’m playing around with a simple child theme by creating only a style.css file and so far, the templates work but importing the stylesheets doesn’t seem to work, I added the suggested lines in my style sheet but to no avail.
/* 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);
Thanks,
Gene