Skip to:
Content
Pages
Categories
Search
Top
Bottom

Buddypress Profile page background color change


  • bobwhallz
    Participant

    @bobwhallz

    Hello
    How can I change the background color of all the profile page from white to a different color using CSS? I am using the Astra theme with a transparent header menu. I’d like a different background color so the menu can be seen

Viewing 1 replies (of 1 total)

  • clickallco
    Participant

    @clickallco

    If your theme hasn’t changed buddypress too much then its most likely something like this:

    body.bp-user.buddypress{
    	background: #000!important; /*change #000 to your color*/
    }

    Otherwise its usually a good idea to check with the theme’s customer service instead.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar