[buddypress-trac] [BuddyPress] #2749: Add custom background function to theme

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Fri Nov 19 22:59:35 UTC 2010


#2749: Add custom background function to theme
-------------------------+--------------------------------------------------
 Reporter:  karmatosed   |       Owner:     
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  1.3
Component:  Theme        |     Version:     
 Keywords:               |  
-------------------------+--------------------------------------------------
 Add the custom background function to the default theme

 functions.php: ADD:

 {{{
 // This theme allows users to set a custom background
 add_custom_background();
 }}}

 default.css body{}: CHANGE *remove the background image:

 {{{
 body {
 background: #eaeaea;

 }}}

-- 
Ticket URL: <http://trac.buddypress.org/ticket/2749>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list