Elxis CMS Forum

Support => Elxis 4.x/5.x DEV => Topic started by: nikos on September 30, 2012, 15:47:40

Title: Subcategories - Hide title
Post by: nikos on September 30, 2012, 15:47:40
I have created a Category with some Subcategories and i display them (at front end) in a tree view of 1 column. Is any option or possibility to hide Subcategories title? (See attached images).
Title: Re: Subcategories - Hide title
Post by: datahell on October 01, 2012, 11:50:41
No.
You can simply edit Elxis html in this point and comment this line.
File: components/com_content/views/category.html.php
Function: renderSubcategories

echo '<h3 class="elx_subcategories_title">'.eFactory::getLang()->get('SUBCATEGORIES')."</h3>\n";
Title: Re: Subcategories - Hide title
Post by: nikos on October 01, 2012, 11:58:38
Thank you