Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • santoshalom Friend
    #138743

    where do i change text color of Ja bulletin header, and articles?


    1. jabulletin
    jsliao Friend
    #294242

    the color of links is fixed for the whole template changing this will affect all links in the template

    template.css (line 49)

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

    or if you only want to change the bulletin link color you could add to your
    ja.bulletin.css

    ul.ja-bullettin a {
    color:#123456;
    }

    ———————————————————
    for the blue fonts
    ja.bulletin.css (line 35)

    ul.ja-bullettin span {
    color:#0189C7;
    font-size:92%;
    }

    Please replace the code in red to your required color

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

This topic contains 2 replies, has 2 voices, and was last updated by  jsliao 15 years, 8 months ago.

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