Page 1 of 1

"Categories" title on top of the side menu

Posted: Thu Oct 08, 2015 4:45 am
by alexander89
Hi !
I'm trying to modify the category.tpl template so it can display the word "Categories" as the title of the side menu. As I can tell the default module from OC 2.0 doesn't have an option for that. Is there any way to do this ? And also to style it later, to be different as the rest of the categories below.

Thank you ! :)

Re: "Categories" title on top of the side menu

Posted: Sat Oct 10, 2015 10:22 am
by straightlight
It depends if you're using a custom theme. If the case, it would be best to contact the author of the theme in order to provide an accurate response on your question since it would be a custom feature request over contributed theme you would like to add.

Re: "Categories" title on top of the side menu

Posted: Sun Oct 11, 2015 6:03 pm
by alexander89
I'm using the default theme. I have modified everything, except that part.

Re: "Categories" title on top of the side menu

Posted: Mon Oct 12, 2015 12:48 am
by uksitebuilder
edit: catalog/view/theme/default/template/module/category.tpl

After:

Code: Select all

<div class="list-group">
Add:

Code: Select all

<h3>Categories</h3>