Categery Page Titel

Get help or discuss with other members about business Joomla! 3 and 2.5 template designed especially for your start-up projects on dedicated support forum.
GK User
Fri Aug 30, 2013 12:16 pm
Hi,

How can I remove the "Category Archives:" from the category page title? I would like to have only category name. http://demo.gavick.com/wordpress/startup/?cat=85

I could play with css and override.css file:
Code: Select all
.category-page h1.page-title { display: none; }
.category-page h1.page-title span { display: block; }


but is there other approach to solve this issue?

Best,
M.
User avatar
Fresh Boarder

GK User
Fri Aug 30, 2013 1:39 pm
Hi,

You have to edit Startup/category.php file and remove text "Category Archives:".
User avatar
Moderator

GK User
Fri Aug 30, 2013 4:10 pm
Piotr Kunicki wrote:Hi,

You have to edit Startup/category.php file and remove text "Category Archives:".


Cool, many thanks :)
User avatar
Fresh Boarder


cron