Redh

Registered
Hello!

Using Core Dark, to better highlight unread posts, I'm wondering how I can get this:

thread_before.png


To look like this:

thread_after.png


I tried editing the xenforo-ui-sprite.png for the dot, but after looking at the templates I'm wondering if you've replaced this with font awesome? If so, I wasn't sure where the best place to edit this was. I'd also like the red "NEW" banner the same as it appears on the main forums listing.

Many thanks! :)
 

Russ

Pixel Exit Staff
This in extra.css would probably work:

Code:
.discussionListItem .unreadLink:before {
color: rgb(184, 37, 37) !important;
}
.discussionListItem.unread .title a.PreviewTooltip:after
{
  background-color: rgb(184, 37, 37);
  border-radius: 0;
  color: white;
  content: "NEW";
  font-size: 10px;
  margin-left: 10px;
  opacity: 0.7;
  padding: 1px 4px;
}
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.