How to remove the text in Post thread button?

XenForo How to remove the text in Post thread button?

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

271517-95854b196652652523202a75eb244396.png

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...
 
Back
Top Bottom