Hi,
how to remove VIEW MORE under module

and
Why does it appear expired in the articles? it's the same on your model.

Thank

    Hi tee-shot

    You can use this custom CSS code to hide that view more button:

    .category-module.mod-owl .category-link {
        display: none;
    }

    About the expire label, kindly share the super admin account so I can check.

    Hi,

    It's Ok. You have access for the expire.

    Thank

    I updated this file on your site: /templates/ja_landscape/html/com_content/article/special.php

    Line 77:

    <?php //if ((strtotime($this->item->publish_down) < strtotime(Factory::getDate())) && $this->item->publish_down != Factory::getDbo()->getNullDate()) : ?>
    <?php if (!is_null($this->item->publish_down) && $this->item->publish_down < $currentDate) : ?>
    <span class="badge badge-warning"><?php echo Text::_('JEXPIRED'); ?></span>
    <?php endif; ?>
    15 days later
    5 days later
    Write a Reply...
    You need to Login to view replies.