+ Reply to Thread
Results 1 to 3 of 3

Thread: Increase characters number for categories titles

  1. #1

    Increase characters number for categories titles

    Hello,

    How can i increase the characters number for the categories titles?

    Thanks!

  2. #2
    Hello Milea,

    FTP > admin > tpl > controllers > categories.tpl

    find code:
    <input type="text" name="name[{$language.Code}]" value="{$sPost.name[$language.Code]}" class="w350" maxlength="50" />

    and replace: maxlength="50" on your number. Save and update on server.

    Thanks.

  3. #3
    Thank you very much!

+ Reply to Thread