- Posts: 7
- Thank you received: 1
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I want replace category name to category icon. Hide category name and show only features icon is very simple.
But I trying add show category icon. I add in files code like features icon, but this not showing.
Maybe you know how to change? I don't need change icon by back-end, only add to mysql in table categories and show in front end category icon, no text.
<?php // Category ?>
<div class="title-cat ic-title-cat ic-float-right <?php if ($CATEGORY_FONTCOLOR == 'fontColor') : ?>ic-text-border<?php endif; ?>"
style="color: <?php echo $CATEGORY_COLOR; ?>;">
<?php echo $CATEGORY_TITLE; ?>
</div>
<?php // Category ?>
<div class="title-cat ic-title-cat ic-float-right">
<img src="..PATH TO IMAGES FOR CATEGORIES/<?php echo $CATEGORY_TITLE; ?>.jpg" />
</div>
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.