XF 2.2 Auto Change Prefix if a Q&A thread solved

If someone marked a post solved, can the prefix change automatically "Solved"

It's true that in the threads lists the little font-awesome icon is not very visible.
I changed its weight to make it more visible with this code:
CSS:
.structItem-status--solved::before {
    font-weight: 700;
}

Capture d’écran 2020-11-19 233134.png

it doesn't exactly meet your request but in the meantime it can help to better distinguish the discussions resolved.
 
It's true that in the threads lists the little font-awesome icon is not very visible.
I changed its weight to make it more visible with this code:
CSS:
.structItem-status--solved::before {
    font-weight: 700;
}

View attachment 240093

it doesn't exactly meet your request but in the meantime it can help to better distinguish the discussions resolved.

Tkank you fow answer, matbe it can be a lit bit solve
I will continue search :)
 
Back
Top Bottom