How to change font color of Stickied thread
Mugen_Boy Date: Saturday, 21.01.2012, 13:22 | Message # 1
Group: Verified
Posts: 51
Awards:
0
Status: Offline
As the thread name states. At my site, it is blue color: I need to change it to red color. Any help?Added (21.01.2012, 13:22) --------------------------------------------- Any at all please?
Filip5 Date: Saturday, 21.01.2012, 19:54 | Message # 2
Group: Verified
Posts: 117
Awards:
4
Status: Offline
Could you post your forum css code?
admin Date: Monday, 23.01.2012, 19:43 | Message # 3
Group: Verified
Posts: 187
Awards:
8
Status: Offline
Mugen_Boy , find and change this code
Code
a.threadPinnedLink:link { color: red; text-decoration: none; } a.threadLink:link { color: red; text-decoration: none; }
Mugen_Boy Date: Friday, 27.01.2012, 15:54 | Message # 4
Group: Verified
Posts: 51
Awards:
0
Status: Offline
Thanks but where can I find it?
admin Date: Friday, 27.01.2012, 16:48 | Message # 5
Group: Verified
Posts: 187
Awards:
8
Status: Offline
Mugen_Boy , in your CSS code
UndisPuted Date: Friday, 27.01.2012, 17:44 | Message # 6
Group: Verified
Posts: 245
Awards:
4
Status: Offline
Quote (Mugen_Boy )
Thanks but where can I find it?
I gues you have to change what i have marked as RED in the code below Here is you css: /* ===== forum Start ===== */ /* General forum Table View */ .gTable {background:#cbcebc;} .gTableTop {padding:2px;background: #829d03;text-align:center;color:#FFFFFF;font-weight:bold;height:28px;font-size:10pt;} .gTableTop a {text-decoration:none; color:#DDFF9E;} .gTableTop a:hover {text-decoration:underline; color:#FFFFFF;} .gTableSubTop {padding:2px;background:#D9DC82;color:#000000;height:20px;font-size:10px;} .gTableBody {padding:2px;background:#ecefda;} .gTableBody1 {padding:2px;background:#FFFFFF;} .gTableBottom {padding:2px;background:#ecefda;} .gTableLeft {padding:2px;background:#ecefda;font-weight:bold;color:#6E6E6E} .gTableRight {padding:2px;background:#ecefda} .gTableError {padding:2px;background:#ecefda;color:#FF0000;} /* ------------------------ */ /* Forums Styles */ .forumNameTd,.forumLastPostTd {padding:2px;background:#FFFFFF} .forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#ecefda} .forumLastPostTd,.forumArchive {padding:2px;font-size:9pt;} a.catLink:link {text-decoration:none; color:#DDFF9E;} a.catLink:visited {text-decoration:none; color:#DDFF9E;} a.catLink:hover {text-decoration:underline; color:#FFFFFF;} a.catLink:active {text-decoration:underline; color:#DDFF9E;} .lastPostGuest,.lastPostUser,.threadAuthor {font-weight:bold} .archivedForum{font-size:9pt;color:#FF0000;font-weight:bold;} /* ------------- */ /* forum Titles & other */ .forum {font-weight:bold;font-size:9pt;} .forumDescr,.forumModer {color:#858585;font-size:9pt;} .forumViewed {font-size:9px;} a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {text-decoration:none; color:#6E6E6E;} a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color:#6E6E6E;} a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline; color:#909090;} a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:underline; color:#6E6E6E;} /* -------------------- */ /* forum Navigation Bar */ .forumNamesBar {font-weight:bold;font-size:9pt;} .forumBarKw {font-weight:normal;} a.forumBarA:link {text-decoration:none; color:#000000;} a.forumBarA:visited {text-decoration:none; color:#000000;} a.forumBarA:hover {text-decoration:none; color:#6E6E6E;} a.forumBarA:active {text-decoration:underline; color:#6E6E6E;} /* -------------------- */ /* forum Fast Navigation Blocks */ .fastNav,.fastSearch,.fastLoginForm {font-size:9pt;} /* ---------------------------- */ /* forum Fast Navigation Menu */ .fastNavMain {background:#DADADA;} .fastNavCat {background:#EFEFEF;} .fastNavCatA {background:#EFEFEF;color:#0000FF} .fastNavForumA {color:#0000FF} /* -------------------------- */ /* forum Page switches */ .switches {background:#DBDCBE;} .pagesInfo {background:#FFFFFF;padding-right:10px;font-size:9pt;} .switch {background:#FFFFFF;width:15px;font-size:9pt;} .switchActive {background:#E9EBA2;font-weight:bold;color:#6E6E6E;width:15px} a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#000000;} a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#000000;} a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline; color:#FF0000;} a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:underline; color:#FF0000;} /* ------------------- */ /* forum Threads Style */ .threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#FFFFFF} .threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#ecefda} .threadLastPostTd {padding:2px;font-size:9pt;} .threadDescr {color:#858585;font-size:9pt;} .threadNoticeLink {font-weight:bold;} .threadsType {padding:2px;background:#FCFF7C;height:20px;font-weight:bold;font-size:9pt;color:#000000;padding-left:40px; } .threadsDetails {padding:2px;background:#D9DC82;height:20px;color:#6E6E6E;} .forumOnlineBar {padding:2px;background:#D9DC82;height:20px;color:#6E6E6E;} a.threadPinnedLink:link {text-decoration:none; color:#0000FF;} a.threadPinnedLink:visited {text-decoration:none; color:#0000FF;} a.threadPinnedLink:hover {text-decoration:none; color:#FF0000;} a.threadPinnedLink:active {text-decoration:underline; color:#FF0000;} a.threadLink:link {text-decoration:none; color:#6E6E6E;} a.threadLink:visited {text-decoration:none; color:#6E6E6E;} a.threadLink:hover {text-decoration:underline; color:#000000;} a.threadLink:active {text-decoration:underline; color:#000000;} .postpSwithces {font-size:9pt;} .thDescr {font-weight:normal;} .threadFrmBlock {font-size:9pt;text-align:right;} /* ------------------- */ /* forum Posts View */ .postTable {} .postPoll {background:#ecefda;} .postFirst {background:#ecefda;border-bottom:3px solid #787878;} .postRest1 {background:#ecefda;} .postRest2 {background:#ecefda;} .postSeparator {height:3px;background:#FCFF7C;} .postTdTop {background:#D9DC82;} .postBottom {background:#E9EBA2;height:20px} .postUser {font-weight:bold;} .postTdInfo {text-align:center;padding:5px;} .postRankName {margin-top:5px;} .postRankIco {margin-bottom:5px;margin-bottom:5px;} .reputation {margin-top:5px;} .signatureHr {margin-top:20px;color:#787878;} .posttdMessage {padding:8px;background:#FFFFFF;color: #454B58;font: 13px/20px 'Trebuchet MS';text-align: justify !important;} .pollQuestion {text-align:center;font-weight:bold;} .pollButtons,.pollTotal {text-align:center;} .pollSubmitBut,.pollreSultsBut {width:140px;font-size:9pt;} .pollSubmit {font-weight:bold;} .pollEnd {text-align:center;height:30px;} .signatureView {font-size:9pt;} .edited {padding-top:30px;font-size:9pt;text-align:right;color:gray;} .editedBy {font-weight:bold;font-size:10pt;} .statusBlock {padding-top:3px;} .statusOnline {color:#0000FF;} .statusOffline {color:#FF0000;} /* ------------------ */ /* forum AllInOne Fast Add */ .newThreadBlock {background: #F9F9F9;border: 1px solid #B2B2B2;} .newPollBlock {background: #F9F9F9;border: 1px solid #B2B2B2;} .newThreadItem {padding: 0 0 0 8px;} .newPollItem {padding: 0 0 0 8px;} /* ----------------------- */ /* forum Post Form */ .loginButton, .pollBut, .searchSbmFl, .commSbmFl, .signButton {} .searchQueryFl {} .codeButtons {} .codeCloseAll {} .postNameFl,.postDescrFl {background:#FCFCFC;border:1px solid #6E6E6E;width:400px} .postPollFl,.postQuestionFl {background:#FCFCFC;border:1px solid #6E6E6E;width:400px} .postResultFl {background:#FCFCFC;border:1px solid #6E6E6E;width:50px} .postAnswerFl {background:#FCFCFC;border:1px solid #6E6E6E;width:300px} .postTextFl {background:#FCFCFC;border:1px solid #6E6E6E;width:550px;height:150px} .postUserFl {background:#FCFCFC;border:1px solid #6E6E6E;width:300px} .pollHelp {font-weight:normal;font-size:9pt;padding-top:3px;} .smilesPart {padding-top:5px;text-align:center} /* ----------------- */ /* ====== forum End ====== */ you can find it in Design > Design Management(css)
Message edited by UndisPuted - Friday, 27.01.2012, 17:48
Filip5 Date: Friday, 27.01.2012, 18:21 | Message # 7
Group: Verified
Posts: 117
Awards:
4
Status: Offline
UndisPuted , please use "code" if posting a css code
UndisPuted Date: Friday, 27.01.2012, 21:32 | Message # 8
Group: Verified
Posts: 245
Awards:
4
Status: Offline
i was, but i could't mark the code he needed in RED when i used codes, thats why i did it without, did it only becouse i tought it would be easier for him to understand ;( But thanks for telling
Mugen_Boy Date: Saturday, 04.02.2012, 12:55 | Message # 9
Group: Verified
Posts: 51
Awards:
0
Status: Offline
Thanks guys I'll try it later. I'll tell you if it works.