I want only the articles (title and images) to appear in the dropdown. no other data
Hi delinea Please add the CSS rules to the "templates/ja_blockk/local/css/custom.css" file
.menu-right .latestnews.list-item .item .item-body .item-meta { display: none; }
Please let me know if that works. Best regards.
ok, excellent, but sorry, could you just remove the author and show the category and publication date? please
Hi delinea Please use the custom CSS instead
.menu-right .latestnews.list-item .item .item-body .item-meta .author{ display: none; }
Best regards.
Excellent, please, finally, is there a possibility to add the category to which the article belongs?
You can open the file: /templates/ja_blockk/html/mod_articles_latest/default.php
and add this code: <div class="item-category"> <?php echo $item->displayCategoryTitle; ?> </div>
<div class="item-category"> <?php echo $item->displayCategoryTitle; ?> </div>