This topic has 10 replies, 2 voices, and was last updated 9 years by Laura.

  • Author
  • #127330
     graphite
    Participant

    Hi

    Is it possible to add an image on the background of member directory page?

    Thanks 🙂

    #127390
     Laura
    Moderator

    Hello, just add this to style.css of child theme

    COPY CODE
    
    .buddypress #main {
        background-color: black !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #127512
     graphite
    Participant

    Thank you Laura.
    It works.

    I use image so I edit as

    COPY CODE
    .buddypress #main {
        background-image: url('') !important;
    }
    #127515
     graphite
    Participant

    Hi just notice that it changes all the background of Buddypress pages.
    Is it possible to change the background of member directory only?

    #127881
     Laura
    Moderator

    Hello, yes you can use this

    COPY CODE
    
    .directory #main {
        background-image: url('URL HERE') !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #128506
     graphite
    Participant

    Hi
    Both .buddypress #main and .directory #main work the same.
    All background in Buddypress pages including Avtivity, Member, and Group are changed. However I want to change the background for Member page (buddypress member directory) only.
    Cheers

    #128697
     Laura
    Moderator

    Hello, can you share admin credentials so i can test it better? 🙂

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

    datingyo.com

    Please using
    testing01
    Ks8lswqV%

    #129705
     Laura
    Moderator

    Hello, fixed with .directory.members #main instead of just .directory #main 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    #129726
     graphite
    Participant

    It works, thank you 🙂

    #129800
     Laura
    Moderator

    Glad to help 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?