Quote:
Originally Posted by Pehchaan
Bananalive, Its really a fantastic mod, Great Job buddy!
Please guide me how can i disable Italic style of description text.
Attachment 94815
Thanks.
|
Open all templates beginning form_formbit_
Find
HTML Code:
<if condition="$formbit[description]!=''"><br /><i><span style="font-weight: normal;">$formbit[description]</span></i></if>
Replace with
Code:
<if condition="$formbit[description]!=''"><br /><span style="font-weight: normal;">$formbit[description]</span></if>