Casual Blog Theme – Navigation – menus

QuestionsCategory: Casual BlogCasual Blog Theme – Navigation – menus
Emma asked 7 years ago

 When I click on one of my top menu options it displays ‘Category Archives: {menu title here] ‘ in the main body.  How can I delete the ‘Category Archives’?
Thanks for your time. 

2 Answers
Themebullet Staff answered 7 years ago

Hello Emma,
You could change the text in file  includes/locals.php  and search for the line:

'category_archives' => __('Category Archives', $domain)

and simply replace it with

'category_archives' => __('', $domain)

Hope it helps.

Emma answered 7 years ago

Fabulous thanks – will give this a go.