User Profile Background Color

  • Author
    Posts
  • #27885
    kiema

    For some reason the member profile background color is white as opposed to the black background color that i opted to..how do i fix that, i have tried everything.

    Example here

    #27945
    Zed
    Cryout Creations mastermind

    Those grey/white areas are part of BuddyPress’ styling.
    Use a tool like Firebug to inspect elements and figure out the tags/classes/ids you need to override with CSS.

    #buddypress table.forum tr.alt td, #buddypress table.messages-notices tr.alt td, #buddypress table.notifications tr.alt td, #buddypress table.notifications-settings tr.alt td, #buddypress table.profile-fields tr.alt td, #buddypress table.profile-settings tr.alt td, #buddypress table.wp-profile-fields tr.alt td {
        background: none repeat scroll 0 0 #222;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘User Profile Background Color’ is closed to new replies.