Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Font color change and back ground.. need some help.

Font color change and back ground.. need some help.

Locked

Views: 1,444

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
27 May 2008, 2:31 AM
#1
in4sit avatar

in4sit

New Zenner

Join Date:
Feb 2008
Posts:
22
Plugin Contributions:
0

Font color change and back ground.. need some help.

Hi all, I am working on a web site:

http://www.cs-shoring.com/shop/

and I am trying to change the font color under Categories, I want to change "Hardware, Software, DVD Movies, etc.. to the color red.

I also want to change the color of "Hardware, Software, DVD Movies, etc.. under the Contractor Solutions decal at the top to blue, like the other blue font on the site.

and the last font change I want to make is the EzPages, Privacy, OSHA-Iowa, etc.. at the top to white.

The last thing I want to chage is the back ground color to the same color as the "silverfist template":

http://(sorry, site offline)/138/index.php?main_page=index&template_dir=silverfish

I know I do this in the style sheet and I opened it up but I have NO clue on where to change this stuff in the style sheet... can someone help me out?

27 May 2008, 3:00 AM
#2
kobra avatar

kobra

Black Belt

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

Re: Font color change and back ground.. need some help.

All of this is in your stylesheet.css file
Find these and change to the red highlights

A.category-top, A.category-top:visited {
	color: #FF0000;
	text-decoration: none;
	}

#navCatTabs ul li a {
	color: #3300FF;
	}

Find this and add whats in red

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navEZPagesTop a:link {
color: #FFFFFF;
}


body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #6f9db8;
	}
27 May 2008, 3:37 AM
#3
in4sit avatar

in4sit

New Zenner

Join Date:
Feb 2008
Posts:
22
Plugin Contributions:
0

Re: Font color change and back ground.. need some help.

It worked and thank you very much!!! +++10 thanks!