Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Link size help, please

Link size help, please

Locked

Views: 1,111

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
8 Aug 2006, 4:54 PM
#1
pdxbray avatar

pdxbray

New Zenner

Join Date:
Aug 2006
Posts:
22
Plugin Contributions:
0

Link size help, please

Friends:

Could someone with the Firefox developer tool look here:

http://tinyurl.com/mke4y

I'm trying to change the size of the hyperlink in the center boxes under the products (in this case the words Nandi Diamond, etc.)

I used the CSS tool to see the snip of code where this lives (I think it's stylesheet new) but I don't know enough about CSS to know what part of the code to change.

I appreciate your help in advance.

T

8 Aug 2006, 8:29 PM
#2
pdxbray avatar

pdxbray

New Zenner

Join Date:
Aug 2006
Posts:
22
Plugin Contributions:
0

Re: Link size help, please

I need to clarify this post.:blush:

I am wanting to change the TEXT font size of the hyperlink. That's the part of the code I'm looking for.

Sorry for the confusion.

T

9 Aug 2006, 3:22 AM
#3
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Link size help, please

At the bottom of stylesheet new, add:

.centerBoxContentsNew a {font-size: 1.5em;}