Forums / Templates, Stylesheets, Page Layout / Change Color Button Links

Change Color Button Links

Locked
Results 1 to 4 of 4
This thread is locked. New replies are disabled.
06 Aug 2007, 20:04
#1
chava avatar

chava

New Zenner

Join Date:
Apr 2007
Posts:
40
Plugin Contributions:
0

Change Color Button Links

I'm using the gloss_black template, zencart version 1.3.7. The clickable buttons for previous/next/add to cart/ back/add selected/etc. are all in the standard black.

I'm trying to eliminate as much of the black as possible, and would like to change all the buttons to a # color. The button will stay as is, just changing the color.

Can someone tell me where this would be changed and the correct coding.
Thanks much.
06 Aug 2007, 22:52
#2
brandtim avatar

brandtim

Zen Follower

Join Date:
Apr 2006
Posts:
250
Plugin Contributions:
0

Re: Change Color Button Links

I'm not familiar with that specific template, but those clickable links are usually images. You can't change them with code.

I expect you'll find them here:
includes/templates/YOUR_TEMPLATE/buttons/english

You'll need to manually change their colors then re-upload them.

BrandTim
07 Aug 2007, 00:14
#3
chava avatar

chava

New Zenner

Join Date:
Apr 2007
Posts:
40
Plugin Contributions:
0

Re: Change Color Button Links

BrandTim,
Thanks so much for the quick response. I'll look into that. I had hoped it might be simpler.