Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / editing category menubar

editing category menubar

Locked

Views: 1,828

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
17 Aug 2006, 1:50 PM
#1
trijohnd avatar

trijohnd

New Zenner

Join Date:
Aug 2006
Location:
Coastal southern GA
Posts:
16
Plugin Contributions:
0

editing category menubar

I have changed all the navigation bar, sidebox heading images to the "mystore_tile" image....except for the category title bar that still retains the tile_back.jpg. This is the header bar with the old brown/light brown image, which shows up in the middle column when a category is selected and all the items are listed below that.

I've searched the css pages and cannot find any instance of the tile_back.jpg. I searched the developers tool kit and likewise.

I'd like to just get rid of that header bar, as well as the Category Title (i.e., "Jewelry") that shows up at the top of the middle column and thus pushes everything down the page quite a ways.

Would someone please point me in the right direction for these edits?

Thanks and cheers,

jd

17 Aug 2006, 2:05 PM
#2
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,611
Plugin Contributions:
0

Re: editing category menubar

The URL where this can be seen?

17 Aug 2006, 5:06 PM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: editing category menubar

There are actually 2 instances of tile_back.jpg in your css:

h2.centerBoxHeading, .productListing-rowheading {
	margin: 0em;
	background-image: url(../images/tile_back.jpg);
	font-size: 1em;
	color: #ffffff;
	padding: 0.5em 0.2em;
	border-bottom: 1px solid #9a9a9a;
```and

#navEZPagesTop {
background-image: url(../images/tile_back.jpg);
background-repeat: repeat-x;
border: 1px solid #9a9a9a;

Change these to your image file name and all should be well...

These were in stylesheet_new.css...you should convert to a template based on one and not the combo classic as you have.
17 Aug 2006, 5:31 PM
#5
superprg avatar

superprg

Totally Zenned

Join Date:
Feb 2006
Location:
Chicago
Posts:
1,349
Plugin Contributions:
0

Re: editing category menubar

Why were these not visible in the View Source?

17 Aug 2006, 6:08 PM
#6
trijohnd avatar

trijohnd

New Zenner

Join Date:
Aug 2006
Location:
Coastal southern GA
Posts:
16
Plugin Contributions:
0

Re: editing category menubar

You rock, man. Thanks much. I actually followed the "Zen Cart -- Templates for Beginners" eBook to the letter, but didn't see anything in there about combining stylesheets, not to mention how to do it. In fact, it only talked about stylesheet.css, not stylesheet_original.css and stylesheet_new.css, which are in the current version.

Anyway, probably the best feature of Zen Cart is the outstanding assistance of pro's helping the newbies.

I'm still looking for a subcontractor to just finish this website for me. Pay is good as I want this off my plate once and for all.

Thanks again,

jd

17 Aug 2006, 7:13 PM
#7
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: editing category menubar

supreprg,

Why were these not visible in the View Source?
???? I looked at the css directly...