Link / email color
-
Good morning, within the member directory, all of my email addresses are invisible due to white text on a white background, it only becomes visible when you hover over.
I am currently using a child theme and have inserted the CSS from here (https://docs.ultimatemember.com/article/270-how-to-change-default-ultimate-member-blue-color-using-css) and have attempted to make several amendments such as the below to avail:
.um a.um-link {
color: #666666 !important;
}`.um .um-field-value a:link {
color: #666666 !important;
}
.um .um-field-value a:hover {
color: #9C1C1F !important;
}
.um .um-member-metaline-user_email a:link {
color: #666666 !important;
}
.um .um-member-metaline-user_email a:hover {
color: #9C1C1F !important;
}
The topic ‘Link / email color’ is closed to new replies.