Just a little extra color in the mini profiles in topics.
Gives the rank title the same color as the username
Open:
styles/prosilver/template/viewtopic_body.html
Find:
<!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd
Add, right after with no space:
{% if postrow.POST_AUTHOR_COLOUR %} style="color: {{ postrow.POST_AUTHOR_COLOUR }}"{% endif %}
Save, upload and purge cache
Need a stylesheet for adding extra styling? No need to edit phpBB core!
You can use the Add CSS EXT