Elxis CMS Forum
Support => Elxis 4.x/5.x DEV => Topic started 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).
-
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";
-
Thank you