Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How do I edit the Style.css file after following how to create a BuddyPress Childtheme?

@mercime

Participant

Simplest way – Your child theme should have a `style.css` file where you can add the changes to default styling under the import `@` calls you made (if any). e.g. `body { background-color: #000000; }`

Skip to toolbar