How do I change the color of the EZPages text in the EZPages header bar?
I can't seem to find a tag for it in stylesheet.css
Robert
How do I change the color of the EZPages text in the EZPages header bar?
I can't seem to find a tag for it in stylesheet.css
Robert
I don't know what you mean by "EZPages header bar".
If you download the free add-on to Firefox called Web Developer toolbar, ad go to Information -> Display element information and click on the desired area, you will find out which element it is that you need to customize.
The EZPages Header Bar is name that manual says the bar under the Catagories Tab Menu is called and to answer your next question, the Catagories Tab Menu is under the Header Main Bar.
After fighting with the plugin to show what you suggested, it tells me the element I need to edit is #navEZPagesTop
When I look at this element in the CSS file, there is not tag for font color.
Can someone please tell me how to resolve this so I don't keep going in cirlces?
Thanks
Robert
I need to change the color of the three EZ Pages that currently show in blue.
Please see attached.
I tried changing the "color" tag but all that did was change the color of the separtions between the three pages
I tried changning "color" to font-color and that didn't do anything so there must be a specific tag to be put in the CSS file.
The link is: NiagaraIcewineShop.com
Robert
I start to understand, after looking at your website with, guess what? Web Dev toolbar.
div #navEZPagesTop is the div container, what you are looking at is an anchor tag, you will find that in the CSS as a.
But, beware, if you change the style for that it will be site-wide, and besides blue is the standard coloring for hyperlinks.
I would leave it as is, you will get a ton of headaches if you change that.
If you don't know the answer, then why not just say so. I don't see a #navESPagesTop with or without the "a."
It's been two days and you still have me running arround in circles.
Is there a tag for those links or not? There obviously must be because the color of these links is diffent then the ones at the top menu bar.
If anyone else can jump in here please?
This quote says Top with P, I believe.
You see, I don't type, so that is exactly the name of the container div. I just pasted it in from the Web dev info.
TOC is an entirely different thing (Table of Contents).
And the element was indeed an a.
If you can't follow explanations, try at least to be polite.
I try to be polite but it gets very frusterating when you're on a schedule and can't get a straight answer.
Turns out that the tag I changed also changes the text for the products.
So I'm back to my original quesiton. Is there a tag that will change the text in the EZPages menu bar (without changing any other text colors.)