Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • in reply to: Chrome css background issue #49825
     troy7890
    Participant

    Thanks sharmstr, That created the text red, not the background. But you definitely solved it with showing me the css element, thanks!

    COPY CODE
    #groups-sort-by option {
    background: #333333;
    }
    in reply to: Feature Request – Default Profile Photo #47051
     troy7890
    Participant

    Here’s what I have in my child functions file. It’s not working though. And yes this .png is on the server in that location. Please advise, thanks.

    COPY CODE
    // change default avatar for members
    function myavatar_add_default_avatar( $url )
    {
    return get_stylesheet_directory_uri() .'/images/BGL-icon72.png';
    }
    add_filter( 'bp_core_mysteryman_src', 'myavatar_add_default_avatar' );
    add_filter( 'bp_group_gravatar_default', 'myavatar_add_default_avatar' );
Viewing 2 posts - 1 through 2 (of 2 total)

Log in with your credentials

Forgot your details?