gallowsbird
Hi
For the Meta
Open Menu > Main Menu > Home > edit the menu item > Page display tab > edit browser page title.
To edit meta description click on Metadata tab in the menu item.
For View All button
open file "/html/mod_articles_category/triangle.php" in template "ja_decor".
Find and remove this code
<?php if ($params->get('show_readmore')) :?>
<a class="btn btn-default <?php echo $item->active; ?>" href="<?php echo $item->link; ?>"><?php echo JText::_('TPL_VIEW'); ?></a>
<?php endif; ?>