How do I turn the Top Category text links into Image links?
How do I turn the Top Category text links into Image links?
Please reply with answers to the posting tips and a link to your site.
Enter it as yoursite DOT com if you want.
It's too much of a WAG without some more info.
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
How do turn the A.category-links (as listed on the css) into image links? These would be the top level categories only that always display as top hoizontal text links.
You can add images in Admin to the Categories and they will display in the body when tunring on in Admin - Layout settings - Categories-always show on main page, but they do not display on the top hoizontal text links.
Here is the browser code "
<!--bof-optional categories tabs navigation display-->
<div id="navCatTabsWrapper">
<div id="navCatTabs">
<ul>
<li><a class="category-top" href="http://www.factorymotorcycle.com/index.php?main_page=index&cPath=78">ATV</a> </li>
<li><a class="category-top" href="http://www.factorymotorcycle.com/index.php?main_page=index&cPath=101">CRUISER</a> </li>
<li><a class="category-top" href="http://www.factorymotorcycle.com/index.php?main_page=index&cPath=1">OFFROAD</a> </li>
<li><a class="category-top" href="http://www.factorymotorcycle.com/index.php?main_page=index&cPath=168">SPORT</a> </li>
</ul>
</div>
</div>
<!--eof-optional categories tabs navigation display-->"
How do I find this page and what code do I change?
www.factorymotorcycycle.com
That menu is built dynamically, so there are no lines where you can just add <img> code. You could adapt code from Categories Dressing and/or Images for Titles, but the simplest way, not requiring PHP code hacking, would be to use the Ezpages Improved Menus mod from Free Addons, make ez-page internal links enabled for the header pointing to each category, and turn the ez-pages header bar on and categories-tabs off.
I am willing to do the php hacking and looking for direction of what files to change. All I want do is turn the text links at the horizontal header tool bar into an image link.