<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