Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

Last modified 10 years ago

#2971 closed defect (bug) (fixed)

Default theme custom background doesn't fully display

Reported by: DJPaul Owned by:
Priority: normal Milestone: 1.5
Component: Templates Version: 1.5
Severity: Keywords:
Cc:

Description

The background of the BP-Default theme's background is a very light gradient. If you pick a custom background color, it looks like only the bottom-half of the page is styled to your choice because the gradient is applied to CSS background-image.

I think this can be resolved by adding a callback to add_custom_background() in functions.php and unset body { background-image: ...; }

Change History (2)

#1 @djpaul
16 years ago

  • Resolutionfixed
  • Status newclosed

(In [3589]) Ensure custom background colour overrides default background image if no custom background image is set. Fixes #2971

#2 @DJPaul
10 years ago

  • Component Appearance - Template PartsTemplates
Note: See TracTickets for help on using tickets.