Skip to main content

Reply to "CSS: Changing the new default avatar display so all initials appear the same color"

We use the color red in our logo and for a lot of other branding.

Forum_OGR_LOGO

So, I inserted the following CSS into the Display Settings > Custom CSS box:

/* Make All Initials The Same Color */
.default-member-avatar-container circle,
.default-member-avatar-container rect {
 fill: #ee0000 !important;
}

DONE!

Attachments

Images (1)
  • Forum_OGR_LOGO
Rich Melvin
×
×
×