Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • inspiredtechltd Friend
    #203719

    Hello,

    Remove “View All” from Articles Category module on hompeage.


    1. viewall
    Ninja Lead Moderator
    #559301

    You can find and remove it via templates/ja_decor/html/mod_articles_category/triangle.php file

    Find and change

    <a class="btn btn-primary btn-icon" href="<?php echo JRoute::_(ContentHelperRoute::getCategoryRoute($jacategory->id));?>"><?php echo JText::_('VIEW_ALL'); ?> <i class="fa fa fa-long-arrow-right"></i></a>

    To

    <a class="btn btn-primary btn-icon" href="<?php echo JRoute::_(ContentHelperRoute::getCategoryRoute($jacategory->id));?>"><i class="fa fa fa-long-arrow-right"></i></a>

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum