Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Remove categories text on main page in the centre

Remove categories text on main page in the centre

Locked

Views: 1,795

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
4 Jan 2008, 10:43 PM
#1
kiddykool1 avatar

kiddykool1

New Zenner

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

Remove categories text on main page in the centre

Help. I have added Images for my top level categories which include the text I wish to display as part of the image.

How do I now delete the text link that appears under the image.

plse look at the site here . www.kiddykool.com

Cheers
James

5 Jan 2008, 6:11 AM
#2
neon_phoenix avatar

neon_phoenix

New Zenner

Join Date:
Dec 2007
Posts:
34
Plugin Contributions:
0

Re: Remove categories text on main page in the centre

I can tell you why their is a text link under your images, but I do not know how you added the category box like that. By looking at your html source code I see using your "Off To Bed" as an example:

<div class="categoryListBoxContents" style="width:33%;"><a href="http://www.kiddykool.com/index.php?main_page=index&cPath=65"><img src="images/offtobed.gif" alt="Off To Bed" title=" Off To Bed " width="200" height="200" /><br />Off To Bed</a></div>
```.

If you remove the:

<br />Off To Bed


before the closing div the test link would be eliminated.

I only started using Zen a short while ago and am unfamiliar if that category display is part of Zen.  As the "categoryListBoxContents" class is part of the Zen css stylesheet I assume you did not create them with the "Define Pages" editor.  It probably needs a variable commented out somewhere.

Karl
26 Jan 2008, 10:51 PM
#3
kiddykool1 avatar

kiddykool1

New Zenner

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

Re: Remove categories text on main page in the centre

Thanks .

It pointed me in the right direction . I needed to edit the categoryrow.php. chnaged the fields['categories_name'] to fields['']