ive been all the way through the posts in the forum and the post on hacking css and the link given by the chief but i still cant see where and how to change the title colour in the header
does anyone know please
thanks
julie
Loading
267 views
colour of header title
Page 1
(items) 1–6 of 6
#header {background-color: #555555;}
for the title, it would be
#forum_title, #forum_title a {color:#3801DF;}
where you would change the hex value of the color. the background-color themusicinformer mentioned is for the header's background color.
what would be the code for changing the forum Description to white ? ive done the main title but the rest of the text is still black
cheers
/*Change forum Description Colour */
#forum_description {
color:red;
}
Page 1
(items) 1–6 of 6
Locked Topic
You must be a member to post in this forum