Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • 6hundy Friend
    #149397

    i have ja nickel template

    histeriks Friend
    #335676

    6hundy;168736i have ja nickel template

    Hi 6hundy,

    you can change the color of the links by editing template.css file located in your template’s css directory, from line 41 to line 49:

    a {
    color: #222222;
    text-decoration: none;
    }

    a:hover, a:active, a:focus {
    color: #D33615;
    text-decoration: underline;
    }

    Good luck 🙂

    6hundy Friend
    #335697

    thanks. can you also tell me where to edit the color of the module titles on the left? is it in the same file?

    borsato Friend
    #335815

    What I usually do is using Firbug (firefox extension) to identify a specific CSS tag (in your case the font color), then I use Dreamweaver (or another webeditor) and do a search for the specific tag.

    Then change it and upload it to your server again…

    Works like a charm!

    melolbeira Friend
    #335849

    Thank you for the coding! Exactly what I was looking for. 😀

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

This topic contains 5 replies, has 4 voices, and was last updated by  melolbeira 14 years, 8 months ago.

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