Results 1 to 3 of 3

Thread: css help please

  1. #1
    Join Date
    Oct 2005
    Location
    Huntsville, Alabama
    Posts
    163

    Arrow css help please

    Would it be possible to get a color change on my heading tags and link tags. The red seems a little loud and keeps screaming at me and my visitors.

    Maybe a blue or soft grey like the other text.

    Steve
    <a href="http://www.ehuntsvillehomes.com" title="Huntsville Real Estate "><strong>Madison AL Real Estate Hampton Cove Real Estate, Huntsville AL Real Estate </strong></a><br>Real Estate serving the Huntsville AL Area, Madison, Monrovia, Meridianville and Hampton Cove AL featuring distinctive homes, mountain land, and houses convenient to all of the Huntsville MLS area.</br>

  2. #2
    Join Date
    Mar 2005
    Location
    Key West, FL
    Posts
    499

    Default Re: css help please

    Quote Originally Posted by RocketCity
    Would it be possible to get a color change on my heading tags and link tags. The red seems a little loud and keeps screaming at me and my visitors.

    Maybe a blue or soft grey like the other text.

    Steve
    Open design.css. Replace #971C00; with your desired color in:

    Code:
    h1, h2, h3, h4, h5, h6 {
    	margin: 0 0 15px 0; padding: 0;
    	color: #971C00;
    	border-bottom: 1px dashed #8e8e8e;
    	}
    Do the same for you links
    Code:
    a{color:#971C00;text-decoration:none;}
    a:hover{color:#000;}

  3. #3
    Join Date
    Apr 2004
    Location
    Nanaimo
    Posts
    15,992

    Default Re: css help please

    I will have Kim change this for you tomorrow I kind of like the red though, maybe toning it down to a redish brown?
    Starting LEC 7 soon but it won't be called LEC 7 - LEC 2012 coming soon!

Posting Permissions

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