Jump to content

[solved] Hey I want to remove the more button in the description


Recommended Posts

Seems like you need to tweak template file category.tpl in your theme folder. In line 58 you will find:

{if $category->description}

<div class="cat_desc">

{if strlen($category->description) > 120}

 

Try to change 120 for higher number.

Link to comment
Share on other sites

  • 4 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...