Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • crjordan Friend
    #154798

    I have tried changing the Default and Black CSS file to no avail and have just decided to ask a very basic question: What CSS line must I change to make my links a different a:link color and what line of code must I change to make the a:hover color different. I’m currently using the JA Opal Black Default Style. Thanks in advance.

    Saguaros Moderator
    #357280

    You open the file: /templates/ja_opal/css/colors/black.css and find the following code:

    a {
    color: #CC0000;
    }

    you change default color for the link and add the following code to show other color when hover

    a:hover{
    color:red
    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 14 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum