mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-13 19:56:27 +09:00
Add main profile dynamic text color
This commit is contained in:
@@ -113,5 +113,13 @@ print "
|
||||
";
|
||||
}
|
||||
|
||||
if( $main_text_color ){
|
||||
print "
|
||||
.um-$form_id.um .um-profile-body.main *{
|
||||
color: $main_text_color;
|
||||
}
|
||||
";
|
||||
}
|
||||
|
||||
?>
|
||||
</style>
|
||||
Reference in New Issue
Block a user