This topic has 4 replies, 2 voices, and was last updated 9 years by sharmstr.

  • Author
  • #51735
     ashleyyoung
    Participant

    Hi There

    I would like to change the body background of just the buddypress pages of my site. Can you tell me how to do this as I am struggling.

    If I change it using this:

    body {background: #E5E5E5;}

    It changes for the whole site, I just want all BuddyPress pages.

    Thanks,

    #51741
     sharmstr
    Moderator

    the body selector is used on every web page, that’s why its changing all of them. You need to specify the buddypress class

    body.buddypress

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #51743
     ashleyyoung
    Participant

    Hi Thanks for getting back to me so quickly.

    I have tried this:

    COPY CODE
    body.buddypress {
      background-color: #E5E5E5 !important;
    }

    But it doesn’t seem to do anything. Any ideas?

    #51744
     ashleyyoung
    Participant

    Actually it doesn’t do it when I just use

    body {background: #000000;}

    It only changes the background (of all pages) when I add:

    .main-color.container-wrap {background: #000000;}

    So how would I go about changing it just for buddypress pages and not the whole site?

    #51748
     sharmstr
    Moderator

    What I gave you does, but you wont see if unless you are using a boxed layout. But if you want to change the container-wrap, again, you use the .buddypress selector.

    .buddypress .container-wrap.main-color {

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?