Themes custom CSS. This works –
/* Profile Nav Bar */
.um-profile-nav {
background-color: #202020
}
.um-profile-nav-item.active a:hover {
background-color: #d63232 !important;
}
/* Members profile colors selector */
.um
.um-profile-nav-item.active a {
background-color: #b42121;
}
But can’t get the submit button code to work