test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • extuid Friend
    #188198

    How do I change the font color of titles?


    1. problem_02
    TomC Moderator
    #495714

    So that I can try to best assist you, please provide the url of the site you’re working on,
    as well as set your site to “Development Mode” within your Template Manager (assuming the J3.0 version)

    extuid Friend
    #495717

    Thank you for your excellent support?
    The URL is http://www.keacity.com

    TomC Moderator
    #495720

    To change the “non-active” font color . . . .

    Within file path –> /?t3action=lessc&s=templates/ja_argo/less/k2.less

    at line 989, you will see the following:


    div.catItemHeader h3.catItemTitle a {
    color: #333333
    }

    The font color is currently set at a light black (or #333333).
    Simply modify the color code to whatever color you want.

    To change the active/rollover font color:

    Within file path –> /?t3action=lessc&s=templates/ja_argo/less/k2.less

    at line 982, you will see the following:


    div.catItemHeader h3.catItemTitle a:hover, div.catItemHeader h3.catItemTitle a:active, div.catItemHeader h3.catItemTitle a:focus {
    color: #DE5932
    text-decoration: none;
    }

    Same as above, simply modify the color code to whatever color you want.

    Hope That Helps

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

This topic contains 4 replies, has 2 voices, and was last updated by  TomC 11 years, 5 months ago.

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