Recently, I set up buddypress on a fresh WordPress installation and am interested in developing a child theme with personalized styles.
Following advice from the buddypress codex, I copied the buddypress theme from plugins > buddypress > bp-templates > bp-legacy. Additionally, I included the buddypress.css file in themes > mytheme > assets > css directory.
When the css file is placed within that folder, the theme automatically reverts to the original css file located in the buddypress plugin. However, moving the file out of the assets folder and into themes > mytheme > css causes it to recognize my version of the css file but disrupts other functionalities like the user cover image not showing up.
I'm unsure about the appropriate location for buddypress.css. I don't want to simply override the styles in style.css using #buddypress as this would generate a lengthy css file and unnecessarily load the buddypress.css file from the plugin.
Any guidance or assistance on this matter would be greatly appreciated. Thank you.