Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • shlavacek Friend
    #127369

    I changed my left col from Gray to a light Green, and I think the text color in the Newsflash module isn’t bold enough and I would like to change it to either a bold white or even a dark blue, but not sure where to find this in the CSS file.

    Please Help

    shlavacek Friend
    #246289

    Find the /*ja newsflash */ section in the template_css.css file and make sure your section looks like this

    div.nftitle,
    div.nfcontent,
    div.nfimages,
    div.nftitle {
    font-size: 170%;
    color: #000000;
    font-family: “Trebuchet MS”, Tahoma, Arial, Helvetica, sans-serif;
    margin-top: 0;
    }

    div.nftitle a {
    text-decoration: none;
    border: none;
    color: #011C84;
    }

    div.nfcontent {
    font-size: 100%;
    color: #000000;
    font-family: “Trebuchet MS”, Tahoma, Arial, Helvetica, sans-serif;
    margin-top: 0;
    }

    div.nfcontent a {
    text-decoration: none;
    border: none;
    color: #011C84;
    }

    div.nfimages {
    text-align: center;
    }

    Next to div.nfcontent { section change your color settings thier for your text color.
    Next to div.nfcontent a { this is for active links in your newsflash to change that text color.

    Thanks to noone, since I figured it out myself.

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

This topic contains 2 replies, has 1 voice, and was last updated by  shlavacek 16 years, 5 months ago.

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