Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

How to change BuddyPress background? (3 posts)

Started 1 year ago by: infocms

  • Profile picture of infocms infocms said 1 year ago:

    Is there a way to change the BuddyPress Background for a picture background or to a different color? If yes, what files should I modify? I’m using PB columns theme.

    Thank you.

  • Profile picture of pcwriter pcwriter said 1 year ago:

    @infocms

    Open the file called style.css in your theme and look for “body” (it’ll be near the top). Modify the background-image & background-color properties to suit your theme.

    You could also check out themes that enable you to customize stuff with a few clicks in an admin panel. Just so happens I’ve built a couple :-) Here’s a link to the freebie: http://buddylite.com/buddylite-basic/

    You’re on your way to learning all kinds of cool stuff! Have fun :-)

  • Profile picture of Andrea_r Andrea_r said 1 year ago:

    Tip: use Firefox and get the Firebug extension. It will show you all kinds of css magic and you can change things to see what happens without affecting the files themselves.