New Zenner
- Join Date:
- Nov 2012
- Posts:
- 15
- Plugin Contributions:
- 0
Changing Length of Category Name
On the Admin page:
Categories / Products
New Category
Please fill out the following information for the new category
Category Name: ####################__32########################################
<input type="text" maxlength="32" size="33" name="categories_name[1]"></input>
(This was cut and pasted from Mozilla Inspect Element - On The Admin Page)
Maxlength is set to 32.
What can I do to increase this length ? And where ? css ? SQL database ? other places ?