XenForo
Administrative
- Thread starter
- Admin
- #1
XenForo submitted a new resource:
How to remove the text in Post thread button? - I just want to have the icon in the middle of the button
Read more about this resource...
How to remove the text in Post thread button? - I just want to have the icon in the middle of the button
![]()
Edit Template "forum_view
"
- find
Code:<xf:button href="{{ link('forums/post-thread', $forum) }}" class="button--cta" icon="write" rel="nofollow"> {{ phrase('post_thread') }} </xf:button>
- replace
Code:<xf:button href="{{ link('forums/post-thread', $forum) }}" class="button--cta" rel="nofollow"> <xf:fa...
Read more about this resource...