Category title on category pages

Posted in: Newsmag
Post count: 41

Hi there,

I have updated to the latest version of Newsmag, and now I find that I can’t remove the title of the category from the category pages in the menu (they appear in a black block in the top left corner of the page—see screenshot http://awesomescreenshot.com/03c4v3ug87).

I have previously been able to remove this, but can’t find where to do it again. I would be grateful for your help.

Thanks a lot,
Mark Angus

Post count: 7909

Hi,

There is no option in Theme Panel to hide category title on page, but you can use custom css to hide it – http://screencast.com/t/Z0fzz9216P5

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

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.