#basket
New messages Members Forum rules Search RSS
  • Page 1 of 1
  • 1
Forum » For webmasters » uCoz » How to change these colours (.)
How to change these colours
MysticDragonDate: Tuesday, 29.03.2011, 12:33 | Message # 1
Group: Users
Posts: 29
Awards: 0
Status: Offline
http://i1202.photobucket.com/albums/bb369/Mysticdragon123/nm.jpg

those grey text into red

into colours like this
http://i1202.photobucket.com/albums/bb369/Mysticdragon123/su.jpg

 
adminDate: Tuesday, 29.03.2011, 17:35 | Message # 2
Group: Verified
Posts: 187
Awards: 8
Status: Offline
Go to folder CSS -> forumstyles.css
Replace the code
Code
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link { text-decoration:none; color:#999999; }

on
Code
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link { text-decoration:none; color:red; }

and
Code
.threadNametd:hover a:link, .forumNameTd:hover a:link, .threadNametd:hover a:visited, .forumNameTd:hover a:visited, .threadNametd:hover a:active, .forumNameTd:hover a:active { color:#ffffff; }

on
Code
.threadNametd:hover a:link, .forumNameTd:hover a:link, .threadNametd:hover a:visited, .forumNameTd:hover a:visited, .threadNametd:hover a:active, .forumNameTd:hover a:active { color:red; }
 
Forum » For webmasters » uCoz » How to change these colours (.)
  • Page 1 of 1
  • 1
Search: