Remove the text in Post thread button

XenForo Remove the text in Post thread button

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
XenForo submitted a new resource:

Remove the text in Post thread button - Styling and customization questions

View attachment 3059

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 icon="fa-edit" />
    </xf:button>

View attachment 3060

Read more about this resource...
 
Status
Not open for further replies.
  • Tags
    remove the text in post thread button tips remove the text in post thread button xenforo remove the text in post thread button متن را در دکمه ارسال موضوع حذف کنید
  • Back
    Top Bottom