Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Categories Box Centre Column Home Page

Categories Box Centre Column Home Page

Locked

Views: 2,485

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
28 Oct 2007, 11:56 PM
#1
indigo_island avatar

indigo_island

New Zenner

Join Date:
Oct 2007
Posts:
47
Plugin Contributions:
0

Categories Box Centre Column Home Page

Hello!

I've been doing quite well searching the forums for the answers to my questions... but have one I just can't find an answer to! I know it's probably there somewhere!

On the home page I have the centre box showing the categories enabled. My existing images that I was planning to use for the category images have already got the category name as part of them.

But when I upload and display these images - I've still got the default text in the centre box with the category names showing as well positioned under my uploaded images, which forms the links into the category pages

(I don't mean breadcrumbs at the top - I mean the actual main display category box in the middle of the page)

So - can I remove the names that Zen inserts and just have my images?

If not - I can crop the names off my images I'm uploading - but then I'd want to change the size and colour of the font in the names that zen inserts - to get it to match.

Grateful for any help - and hope that makes some sense!

29 Oct 2007, 12:21 AM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Categories Box Centre Column Home Page

The category names below the images don't have any tags that can be used to turn them off; but you can style the text with

.categoryListBoxContents a {
    font-family: serif;
    color: #336699;
    etc...
    }

If you want to turn the text off, you will need to add a tag (like <span>) in the file where the output is generated.

29 Oct 2007, 12:36 AM
#3
indigo_island avatar

indigo_island

New Zenner

Join Date:
Oct 2007
Posts:
47
Plugin Contributions:
0

Re: Categories Box Centre Column Home Page

Thanks! I'll have a go in the morning - time for dinner here!