Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • jrransom Friend
    #164179

    Hi,

    I’m working with JA Teline iii that we installed 2 years ago on several sites.

    For taosdining.com, I want to change the overall color to the default red color. This uses JANews2 but changing that doen’t work. I just want all the article title and the menu items to be red.

    There is no indication of how to switch to the other colors. How can I do that?

    Thanks,

    J. R. Ransom

    pritam Friend
    #391958

    Hello,

    To Change the menu color to be red you need to goto

    templates/ja_teline_iii/css/menu/css.css at line no. 74

    Find this code

    #ja-cssmenu li a {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    }

    Changed this code to

    #ja-cssmenu li a {
    color: #FF0000;
    text-decoration: none;
    text-transform: uppercase;
    }

    To Change the article title to be red you need to goto

    templates/ja_teline_iii/css/template.css at line no. 35

    Find this code

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

    Changed this code to

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

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

This topic contains 2 replies, has 2 voices, and was last updated by  pritam 13 years, 6 months ago.

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