hi,
where can i disable the subcategory title?
<h2><?php echo JText::_('K2_CHILDREN_CATEGORIES'); ?></h2>
.itemListSubCategories {
overflow: hidden;
}
.itemListSubCategories {
overflow: hidden;
padding: 32px 32px 0 32px;
}
.itemListSubCategories {
overflow: hidden;
padding: 32px 32px 0 32px;
}
.itemListSubCategories h2 {
margin-bottom; 20px;
}
dziudek wrote:In this case please add also the following code:
- Code: Select all
.itemListSubCategories h2 {
margin-bottom; 20px;
}