С такова
на такой
1. Открыть файл CSS
2. Найти
PHP код:
a.forumlink {
font-weight: bold;
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 1.2em;
}
и добавить цвет
color: #000000; - 000000 цвет меняй так на свой вот что у вас должно получиться
PHP код:
a.forumlink {
color: #FF0000;
font-weight: bold;
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 1.2em;
А Что бы сменить цвет ТЕМЫ в форуме
находим вот это
PHP код:
a.topictitle {
color: #00f5ca;
margin: 1px 0;
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 1.2em;
}
Где color: #00f5ca; меняем на свой цвет