XF 1.4 few edits in message user info

Brad P

Well-known member
Please can someone tell me how to achieve these edits

1. in the Message user info the user Dubbed in red I would like to move just the name above the avatar and it being cantered.

2. the numbers are in white am I able to change the colour?

picture below to show what I mean
 

Attachments

  • edits.webp
    edits.webp
    81.3 KB · Views: 14
Follow my post here to achieve this and for the number 2, go to "EXTRA.css" and add this:
Code:
.messageUserBlock .extraUserInfo dd
{
    color: #000;
}

Change "#000" with the color of your choice.
 
Top Bottom