How do I add a link to the navCatTabs bar? Right now they are just categories but I'd like to put a link to another page within the site.
Thanks!
How do I add a link to the navCatTabs bar? Right now they are just categories but I'd like to put a link to another page within the site.
Thanks!
That depends on many things. Have you customized your site? Custom template? Mods?
Link to the site?
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.
the short answer is yes i've got quite a few mods on the site as well as customizations to my template.
take a peek and let me know if you can help. Thanks in advance!
www.matchlockarms(dot)com/store
Now that we can see that you have not done any strange mods or bought anyTM templates, we can point you to the tpl_modules_categories_tabs.php file. You'll probably not find it in the custom directory as you may not have moved it over. Look in includes/templates/template_default/templates, open the file on your computer, add the information before line 23 so you don't break the UL sequence, and save the file to includes/templates/mla/templates/tpl_categories_tabs.php.
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.
old brain, keyboard, and fingers![]()
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.
OK it works!!!.. only one small problem.. for some reason it's blue?
actually it's really odd. i added one for login on the left side and it is blue. i added an additional one on the right side and it is black and not visible until you mouse over and then it turns red like the others??? i'm just not on my A game today. any help would be appreciated. and thank you for getting me this far.
OK disregard... I figured it out.. I added this to the tpl file
<style type="text/css">
a:link {
COLOR: #9a9a9a;
}
a:visited {
COLOR: #9a9a9a;
}
a:hover {
COLOR: #FF0000;
}
a:active {
COLOR: #00FF00;
}
</style>
it looks great.. exactly what i wanted.. thanks again for your help.