Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • desmats Friend
    #1046547

    Hello,

    http://www.focus-sb.co.uk

    On the above home page I like the layout as is – ie the module displaying the 3 sections like ‘flat plates’ but on the "Our Services" panel which is yellow I would like the link button at the bottom to go to a single page rather than the blog layout

    this is the page – http://www.focus-sb.co.uk/Content/our-services

    Is this possible please

    Pankaj Sharma Moderator
    #1046673

    Hi
    You can find 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="http://joomlart.com"><?php echo JText::_('VIEW_ALL'); ?> <i class="fa fa fa-long-arrow-right"></i></a>

    change the joomlart.com with your link URL.

    Regards

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

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 9 months ago.

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