Category Listing Title

Posted in: Newspaper
Post count: 17

Hello,

I already use breadcrumbs in category listing. So I already have this… Home > News
… and below there a big Category title …. NEWS
So I have the word “news” twice.

Is there any way through Theme Panel to hide the title in Category Listing ?

Thank you in advance !!!!

Post count: 23312

Hello kostaskir,

The only settings for Breadcrumbs can be found in Theme panel, here -> http://screencast.com/t/ORP4HZNolZ If you want other settings in this regard, please notice that you should implement them yourself and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you. If you want to avoid the twice name of the category in Category page and Breadcrumb structure, you should use a bit of CSS code to hide it. You can try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.category .td-page-title{
display:none;
}

If is not what you mean, provide more details.

Thanks for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.