Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / EZ Pages Header Bar--link divider color-- location?

EZ Pages Header Bar--link divider color-- location?

Locked

Views: 3,055

Results 1 to 10 of 10
This thread is locked. New replies are disabled.
1 Mar 2009, 4:24 PM
#1
endl avatar

endl

New Zenner

Join Date:
May 2008
Posts:
58
Plugin Contributions:
0

EZ Pages Header Bar--link divider color-- location?

Version v1.3.8a/v1.3.8

In the EZ Pages Header Bar there is a vertical divider separating the links. I need to change the color of it but cannot it anywhere in the css or anywhere else. I know it's there somewhere.

Thank you.

1 Mar 2009, 11:55 PM
#2
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: EZ Pages Header Bar--link divider color-- location?

#navEZPagesTop

(Just add color: #abc123; )

2 Mar 2009, 12:23 AM
#3
endl avatar

endl

New Zenner

Join Date:
May 2008
Posts:
58
Plugin Contributions:
0

Re: EZ Pages Header Bar--link divider color-- location?

Thanks schoolboy

Tried that but no avail. Tried experimenting with it using firefox web developer as well but no go.

I know the dividers are there because I can highlight and see them.

I've gone through the whole css file changing any color that might seem remotely possible. Never did try adding the "color" option as you suggested until now though. But still no help.

It's not terminal at this point, just a bit frustrating.

2 Mar 2009, 12:32 AM
#4
gjh42 avatar

gjh42

Black Belt

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

Re: EZ Pages Header Bar--link divider color-- location?

That will change the color of the text (not links) in the ez-page header bar, unless something else is overriding it.

We need to see your site live to advise further.

2 Mar 2009, 12:40 AM
#5
endl avatar

endl

New Zenner

Join Date:
May 2008
Posts:
58
Plugin Contributions:
0

Re: EZ Pages Header Bar--link divider color-- location?

2 Mar 2009, 1:14 AM
#6
gjh42 avatar

gjh42

Black Belt

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

Re: EZ Pages Header Bar--link divider color-- location?

That site does not currently have the ez-pages header active, so there is nothing to advise on right now.

It has the categories-tabs bar, and the breadcrumbs just below the header.

2 Mar 2009, 1:45 AM
#7
endl avatar

endl

New Zenner

Join Date:
May 2008
Posts:
58
Plugin Contributions:
0

Re: EZ Pages Header Bar--link divider color-- location?

Thank you,

I misunderstood the architecture terminology. I am referring to the categories-tabs bar then.

2 Mar 2009, 3:33 AM
#8
gjh42 avatar

gjh42

Black Belt

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

Re: EZ Pages Header Bar--link divider color-- location?

#navCatTabs {color: #ffffff;}

There is a space after each link in the HTML output, which is acting like a text element, but obviously not taking any color.
(Between </a> and </li>.)

<ul>
  <li><a class="category-top" href="http://www.sanluisconstruction.com/cart/index.php?main_page=index&cPath=8">Books</a> </li>
2 Mar 2009, 4:13 AM
#9
endl avatar

endl

New Zenner

Join Date:
May 2008
Posts:
58
Plugin Contributions:
0

Re: EZ Pages Header Bar--link divider color-- location?

Ok, so I guess the problem is is to either locate that spot in the code or a place in the css that controls that property.

I've scoured the css. Header file maybe?

Any ideas?

3 Mar 2009, 9:07 AM
#10
gjh42 avatar

gjh42

Black Belt

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

Re: EZ Pages Header Bar--link divider color-- location?

/includes/modules/your_template/categories_tabs.php is the file that builds that list, and /includes/templates/your_template/tpl_modules_categories_tabs.php outputs it; neither of the stock versions has a space that could cause this. Check for template/addon versions.