X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Category/manufacturer/help hyperlinks (https://forum.x-cart.com/showthread.php?t=10643)

RSimpson 11-30-2004 02:40 AM

Category/manufacturer/help hyperlinks
 
Hi folks,

Does anybody know which file I would edit to change how the hyperlinks for categories, manufacturers and help look?


Cheers,
Robert

mikebo 11-30-2004 03:17 AM

Hi Robert,

You can change them in the skin1.css file - or whatever skin you are using. They look like this:

.VertMenuItems:link {
COLOR: #330000; TEXT-DECORATION: none;
}
.VertMenuItems:visited {
COLOR: #330000; TEXT-DECORATION: none;
}
.VertMenuItems:hover {
COLOR: #550000; TEXT-DECORATION: underline;
}
.VertMenuItems:active {
COLOR: #330000; TEXT-DECORATION: none;
}


Hope that helps,
Mike

RSimpson 11-30-2004 04:22 AM

Hi,

I appreciate your effort but that's not really what I'm looking for, I want to put the links into table cells. I've found where to do this for categories but not for the other 2 so far.


Cheers,
Robert

mikebo 11-30-2004 04:35 AM

Hi again,

Manufacturers

skin1/modules/Manufacturers/menu_manufacturers.tpl

and

Help

skin1/help.tpl


Hope this helps
Mike

RSimpson 11-30-2004 08:20 AM

That's great :D

Thanks for your help.


Cheers,
Robert


All times are GMT -8. The time now is 06:19 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.