Add main profile dynamic text color

This commit is contained in:
Champ Camba
2016-12-21 20:58:42 +08:00
parent f6e585773e
commit 2266f57b8c
3 changed files with 13 additions and 0 deletions
+8
View File
@@ -113,5 +113,13 @@ print "
";
}
if( $main_text_color ){
print "
.um-$form_id.um .um-profile-body.main *{
color: $main_text_color;
}
";
}
?>
</style>