Black Friday: Grab all our memberships, plugins and themes at the biggest-ever 30% discount. Use coupon BLACKFRIDAY2025 before December 1st
Black Friday: Grab all our memberships, plugins and themes at the biggest-ever 30% discount. Use coupon BLACKFRIDAY2025 before December 1st
Hi Leigh,
The plugin is theme dependent for css selector.
For your current theme, Please put this in bp-custom.php
function bpgclite_custom_selector( $selector ) {
return 'body.is-single-group .site';
}
add_filter( 'bpgclite-css-selectors', 'bpgclite_custom_selector');
That will work. In future I will be thinking of giving site admin otpions to enter their selectors instead of writing code.
Please let me know if it work or not?
Thank you
Brajesh
The topic ‘ [Resolved] BP Custom Background for User Profile – not working when site has background set’ is closed to new replies.