Link Color

Home Forums Education Mind Link Color

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9465
    Anonymous
    Inactive

    Love the theme mostly… I used the following Additional CSS to change my link color:

    a:link {
    color: #517cc1;
    }

    It works… mostly… for some reason, it often doesn’t work on one or two links at seemingly random times.

    At the moment it is not working for my 4th service and my first blog.

    hilltopeducation.com

    #9596
    Axle Support
    Moderator

    Hello,
    May be it is due to visited link. If it is still not working, you can add like this.

    
    a:visited { 
      color: #517cc1;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.