Styling
Supervisor
- Thread starter
- Moderator
- #1
Styling submitted a new resource:
Resolve shadow in username - Template Modifications
Read more about this resource...
Resolve shadow in username - Template Modifications
Search for the following code in the member_view template
Replace with the following codePHP:<span class="memberHeader-nameWrapper"> <xf:username user="{$user}" rich="true" href="" stroke="{{ true }}" />
Then find...PHP:<span class="memberHeader-nameWrapper" data-stroke="{$user.username}"> <xf:username user="{$user}" rich="true" href="" />
Read more about this resource...