Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

Last modified 8 years ago

#2971 closed defect (bug) (fixed)

Default theme custom background doesn't fully display

Reported by: djpaul's profile DJPaul Owned by:
Milestone: 1.5 Priority: normal
Severity: Version: 1.5
Component: Templates 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
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed

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

#2 @DJPaul
8 years ago

  • Component changed from Appearance - Template Parts to Templates
Note: See TracTickets for help on using tickets.