Zen Cart Logo

Product Info Link

Locked

Views: 1,321

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
23 Jan 2008, 4:54 AM
#1
spl_pro_audio avatar

spl_pro_audio

New Zenner

Join Date:
Jan 2008
Location:
Kitchener
Posts:
8
Plugin Contributions:
0

Product Info Link

Hi,

The template that I am using (or maybe just a standard Zencart feature) contains a common statement at the bottom of each product page that reads `For more information, please visit the product's webpage'. I have links to more detailed information on each product there. I would like to be able to change the font of that statement, and possibly relocate it on the page so that it is more visible. I think most customers are missing it since its buried at the bottom of the page, and is small in font size.

My site located at http://www.splproaudio.com if you would like to see what I am talking about.

Thanks in advance. :smile:

23 Jan 2008, 11:29 AM
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Product Info Link

To increase it's size you could add styling such as:> #productInfoLink {font-size:150%}To move it you would need to roll your sleeves up and edit your template's tpl_product_info_display.php file.

27 Feb 2008, 1:02 AM
#3
ballyc27 avatar

ballyc27

New Zenner

Join Date:
Sep 2007
Posts:
65
Plugin Contributions:
0

Re: Product Info Link

Hi,

just to clarify, do I put

#productInfoLink {font-size:150%}

into the following file:

/admin/includes/stylesheet.css

Thanks.

27 Feb 2008, 8:24 AM
#4
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Product Info Link

No. I would go into includes/templates/YOUR_TEMPLATE_FOLDER/css/stylesheet.css

27 Feb 2008, 11:37 PM
#5
ballyc27 avatar

ballyc27

New Zenner

Join Date:
Sep 2007
Posts:
65
Plugin Contributions:
0

Re: Product Info Link

Thats done it... thanks.