By Rachel Brown on Wednesday, 19 June 2013
Posted in General Issues
Replies 4
Likes 0
Views 1.1K
Votes 0
Is it possible to edit the menu item 'Simple categories layout' so that on a particular instance of this, only the subcategories are shown on the page?

I want to be able to link via the menu to the sub-categories and display this list of categories on the page with their avatars. I am using the simple categories layout but the category is showing as well as the subcategories. I also want to hide the blog menu options at the top of this page.

Attached a screenshot of this. I want to hide the section highlighted in yellow and the 'categories' title in blue and the category i'm in also in blue.

Thanks
Hello Vlad,

I believe you need to add them into your own template's css file. If you are using Joomlart, I believe you can just add a custom.css file in the template's css folder.
·
Saturday, 07 March 2015 18:25
·
0 Likes
·
0 Votes
·
0 Comments
·
what lines of code would this be in?
·
Friday, 30 May 2014 08:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Juan,

You might want to add this CSS code in your template css file:

.list-categories li.parent {
display: none !important;
}


Please give it a try.
·
Friday, 30 May 2014 10:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Where does this code go into? Which part of the CSS file? Thanks.
·
Saturday, 07 March 2015 13:48
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post