I wish to add an icon at the beginning of each category and have the category change colour when high lighted please. How can i do this, the screen shot is what i would like.
Thanks
Dean
Depending on the contribution you might be using, CSS modifications could be needed. However, from the default theme, I would look for:
and replace with:
Note: Replace the 'x's from width and height to your preferences. These changes may also be needed to be done the same way over the child categories.
Code: Select all
<li><a href="<?php echo $category['href']; ?>"><?php echo $category['name']; ?></a></li>
Code: Select all
<li><img src="<?php echo $category['image']; ?>" width="x" height="x"><a href="<?php echo $category['href']; ?>"><?php echo $category['name']; ?></a></li>
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Who is online
Users browsing this forum: No registered users and 13 guests