Page 1 of 1

hide signature on mobile

Posted: Wed Sep 20, 2017 7:36 am
by Simmonsstummer
Hi,
is there a way to hide the signature on mobile?

Re: hide signature on mobile

Posted: Wed Sep 20, 2017 7:49 pm
by eeji
open styles/your-style/template/viewtopic_body.html (If this file doesn't exist, copy it over from prosilver)

find:

Code: Select all

<!-- IF postrow.SIGNATURE --><div id="sig{postrow.POST_ID}" class="signature">{postrow.SIGNATURE}</div><!-- ENDIF -->
replace with:

Code: Select all

<!-- IF postrow.SIGNATURE --><div id="sig{postrow.POST_ID}" class="signature responsive-hide">{postrow.SIGNATURE}</div><!-- ENDIF -->