Quote:
Originally Posted by gundelpfanne
Hello
I have a small question
Can I change the color of the news ticker ?
Because a white color can be seen as bad,
on a white background  ,
or can i chance the color in the background ?
Best regards
gundelpfanne
|
1. Login to your AdminCP
2. Go to
Styles & Templates > Style Manager > find the style you want to make this change in.
3. Click the drop down menu and choose "
Edit Templates".
4. Scroll down in the left side box until you find CSS Templates, double click it to open, now search for the additional.css template and double click it to open.
5. Scroll to the bottom of the template and copy and paste this code into it:
Code:
table.marquee {
background:#aaaaaa;
}
Change the hex (red text in code above) info for the color to the color you desire.
6. Click the "
Save" button.
7. View in a browser.