jeepsterdk Posted January 18, 2012 Share Posted January 18, 2012 Hi I have searched and surfed this forum, but did not find an answer to my question When I enter a category, I get a "mere" under the category image (see link) http://www.jeepster.dk/da/41-elektronik How can I disable this "mere" ? Apparently, this "mere" does not have a function, so I would like to remove it Link to comment Share on other sites More sharing options...
shacker Posted January 20, 2012 Share Posted January 20, 2012 i dont see it Link to comment Share on other sites More sharing options...
thinks Posted February 1, 2012 Share Posted February 1, 2012 i dont see it I have the same issue- where to remove the "MORE" link? You can see it HERE Link to comment Share on other sites More sharing options...
thinks Posted February 1, 2012 Share Posted February 1, 2012 I have the same issue- where to remove the "MORE" link? You can see it HERE SOLVED Open the category template in themes > your theme, and around line 60 you see this: {if $category->description} <div class="cat_desc"> <p>{$category->description}</p> <a href="#" class="lnk_more">{l s='More'}</a> </div> Replace it with THIS: {if $category->description} <div class="cat_desc"> <p>{$category->description}</p> <!-- <a href="#" class="lnk_more">{l s='More'}</a> --> </div> Link to comment Share on other sites More sharing options...
Aniela Posted September 16, 2016 Share Posted September 16, 2016 Can I also a "less" link to the buttom of the text that way as well. How would the code look for that? Link to comment Share on other sites More sharing options...
Recommended Posts