Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • chackl Friend
    #154034

    Hi ppl,

    in the options of the JA Newsticker modul you can enable HEADTEXT and enter some text…now i want to change the color of the entered text because the default color ist in grey and hard to read in my template.

    Any suggestions where this can be done?

    regards,
    Chris

    Don Lee Friend
    #354569

    <em>@chackl 192705 wrote:</em><blockquote>Hi ppl,

    in the options of the JA Newsticker modul you can enable HEADTEXT and enter some text…now i want to change the color of the entered text because the default color ist in grey and hard to read in my template.

    Any suggestions where this can be done?

    regards,
    Chris</blockquote>

    Hi,
    Pls open file templates/ja_rasite/css/template.css
    Find this code at line 1579:


    .ja-healineswrap em {
    display: block;
    float: left;
    font-style: normal;
    font-weight: bold;
    padding: 0 10px 0 0;
    }

    Replace:


    .ja-healineswrap em {
    display: block;
    float: left;
    font-style: normal;
    font-weight: bold;
    padding: 0 10px 0 0;
    color: red;
    }

    This will make the head text in red

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

This topic contains 2 replies, has 2 voices, and was last updated by  Don Lee 14 years, 1 month ago.

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