tipmoose

Registered
For threads that are redirected, I would like to change their background color and font color so it is easier to see that they've been redirected. What is the easiest way to do that?
 
With the current XF setup there's no class on each discussion item to check if it's a redirect.

You can add this to extra.less to make the redirect icon stand out a little further:

Code:
i.structItem-status.structItem-status--redirect:before {
    color: red;
}

Of course, you can change it to whatever color you want.
 

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.

Back