Hello,
is it possible to supply own icons to the owl1-Layout?
Peter
JA Landscape - other Icons for the owl1-Layout ?
8 days later
Hi Peter,
The associated PHP file of this layout is: /templates/ja_landscape/html/mod_articles_category/owl1.php
It will run a loop function and add the associated class for each item:
<span class="decor decor-<?php echo $i%3; ?>"></span>
and the template will add the style for these classes such as:
.category-module.mod-owl .item-inner .decor.decor-0 {
background-image: url(../images/services/decor-0.png);
}
And you can override this css rule to replace with your own image.
Regards