Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • TomC Moderator
    #156161

    This seems like a silly question, but how do I change the color of the text links (currently blue)?

    Saguaros Moderator
    #361918

    You open the file: /templates/ja_kyanite_ii/css/colors/blue.css and find the following code:

    a { color: #2A68D2; }
    a:hover, a:active, a:focus { color: #2a68d2; }

    you change colour code when the mouse hover or not hover the link

    kobenes Friend
    #361930

    This can be done by CSS file edits… So if you give me a link I can tell you where you can do it exactly…
    You must edit CSS file. Find your CSS class or id and edit as you want, like:

    .linkclass a {
    color: #000000; (from here you can define the color)
    text-decoration: none;
    }

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

This topic contains 3 replies, has 3 voices, and was last updated by  kobenes 13 years, 11 months ago.

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