Results 1 to 3 of 3

Thread: Change color of links

  1. #1
    Join Date
    Jul 2008
    Posts
    16

    Default Change color of links

    Hello, I would like to change the color of links with another color than yellow.

    This:


    And this:



    Thank you

  2. #2

    Default Re: Change color of links

    Edit the .menu style in templates/css/style.css for changing the header menu color

    Code:
    a.menu, a.menu:link, a.menu:link:visited {
    font-family: Verdana, Arial;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    }
    
    a.menu:hover { color: #FF0; }

    Findout the div.section div.hd from syle.css and modify with new link color.

    Code:
    div.section div.hd {
    height: 1.5em;
    color: #FFFFFF;
    font-family:verdana;
    font-size:12px;
    font-weight:bold;
    padding:5px 0px 5px 2px;
    overflow: hidden;
    border-left:5px solid #5c7099;
    border-right:5px solid #5c7099;
    background-image: url("../images/bg1.gif");
    }
    
    div.section div.hd a {
    color: #FFFFFF;
    }
    
    div.section div.hd a:hover {
    color: #FF0;

  3. #3
    Join Date
    Jul 2008
    Posts
    16

    Default Re: Change color of links

    Its ok, thanks :wink:

Similar Threads

  1. Color Change Question
    By AcuraBoyz in forum Template Modifications
    Replies: 5
    Last Post: 06-10-2008, 09:29 PM
  2. Change the template color
    By mario2000 in forum Template Modifications
    Replies: 4
    Last Post: 02-18-2008, 04:38 AM
  3. Color change
    By slimakraf in forum Template Modifications
    Replies: 2
    Last Post: 12-28-2007, 06:25 PM
  4. change background color ?
    By pat33 in forum Template Modifications
    Replies: 2
    Last Post: 12-05-2007, 04:17 PM
  5. how to change this color???
    By igorcreed in forum Template Modifications
    Replies: 3
    Last Post: 11-10-2007, 01:30 PM

Bookmarks

Posting Permissions

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