Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter keiramarcos

    (@keiramarcos)

    On the author list it would be the hover color and the background of the search box.

    Plugin Author WP User Manager

    (@wpusermanager)

    You would need to add this CSS to your theme or a plugin that allows adding your own CSS:

    
    .wpum-profile-page .profile-navbar {
    background: none;
    }
    #profile-content-about .profile-fields-table tr {
    background: none;
    }
    #profile-content-about .profile-fields-table, #profile-content-about h3.group-title {
    border:none;
    }
    #wpum-directory-search-form, #wpum-directory-top-bar {
    background: none;
    }
    #wpum-directory-users-list .wpum-directory-single-user:focus, #wpum-directory-users-list .wpum-directory-single-user:hover {
      background: none;
    }
    Thread Starter keiramarcos

    (@keiramarcos)

    That worked exactly how I needed. Thank you!

    Plugin Author WP User Manager

    (@wpusermanager)

    ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing Background Color’ is closed to new replies.