been trying to do that all night, how did you get rid of the link in that area that links to the catalog categories?
been trying to do that all night, how did you get rid of the link in that area that links to the catalog categories?
Go to the "#navEZPagesTop a" portion of your CSS file and change the blue to whatever color you want.
#navEZPagesTop {
background-color: #abbbd3;
background-image: url(../images/tile_back.gif);
font-weight: bold;
margin: 0em;
padding: 0.5em;
text-align: center;
color: #FFFFFF;
}
#navEZPagesTop a {
color: #FFFFFF;
}
Thank you for your reply, however cannot follow.
In the link attached by me you can see there is gap between the top bar and the header_bg image and the we can see the background color all over. I want to know how can I manage it so that there will be no gap at all.
My second question is in the left side box below the “information” you can see
Shipping & Returns
Privacy Notice
Conditions of use
……………….
……………….
And so on. All are in blue as there are links. I want to know how I can control this text to change their looks totally.
However once again thank you for the reply.
Waiting for some response.
trnghosh
I also try to delete this one /turn off this one from the main page
Additionally I do not need these one on the main pages “EZ pages”, “Privacy Policy”, “Shared” “Zen Cart” but could not find where to go to turn it off.
But do not find the place to go.
trnghosh
Remove gap in header by a quickfix...
edit your stylesheet.css
add the following line;
#taglineWrapper {display:none;}
~Steve~
for the blue text, find
#navEZPagesTop a {
on your stylesheet.css and change the color.
as for the space, I dunno, seems to be part of the whole header but I haven't found which part.
If you haven't done so already, use the firefox browser and get the addon Firebug 1.3.3
Once installed, restart the browser and click the little cockroach on the bottom right corner of the browser. Right click on an area of the page and choose to inspect element.
It is a big help for stylesheet coding.
Get yourself Firefox with Firebug extension - the perfect tool for troubleshooting CSS issues... You will be able to find and fix your colours for the sideboxes very quickly.
~Steve~
Thanks for this post, huge help!!!
I purchased the ZenCart manual, support the Zen!