Ozzy47
Well-known member
In
Question I have is how to hide the "fa-share-alt" icon by adding something to extra.less?
post_macros
we have this:
HTML:
<li>
<a href="{{ link('threads/post', $thread, {'post_id': $post.post_id}) }}"
data-xf-init="share-tooltip" data-href="{{ link('posts/share', $post) }}"
rel="nofollow">
<xf:fa icon="fa-share-alt"/>
</a>
</li>
Question I have is how to hide the "fa-share-alt" icon by adding something to extra.less?