Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2008
    Posts
    22
    Plugin Contributions
    0

    Default 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/ind...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?

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default 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
    Code:
    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;
    	}
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Feb 2008
    Posts
    22
    Plugin Contributions
    0

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

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

 

 

Similar Threads

  1. Header back ground color
    By Skullman in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 19 Apr 2013, 08:56 PM
  2. v150 Need help changing font color and size
    By ilovesteppin in forum General Questions
    Replies: 3
    Last Post: 12 Feb 2013, 07:09 PM
  3. Red passion back ground change help need it
    By marcelosurf in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 10 Apr 2008, 08:39 AM
  4. Font color change in header and footer help!!!!
    By Marlake in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 22 Mar 2008, 06:12 PM
  5. Replies: 5
    Last Post: 27 Dec 2007, 08:41 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg