The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Text colors

5 posters

Go down

Solved Text colors

Post by downmaster 13/8/2009, 15:44

I am in the middle of making a forum, but the text colors won't change. In the CP it says they are changed, but not on the actual forum. Any suggestions?
avatar
downmaster
New Member

Posts : 12
Reputation : 0
Language : English

Back to top Go down

Solved Re: Text colors

Post by AiKirika 13/8/2009, 16:09

try pressing ctrl+F5

helps the most of the time
AiKirika
AiKirika
Forumember

Female Posts : 480
Reputation : 1
Language : english, german

Back to top Go down

Solved Re: Text colors

Post by downmaster 13/8/2009, 21:51

Nope doesn't work
avatar
downmaster
New Member

Posts : 12
Reputation : 0
Language : English

Back to top Go down

Solved Re: Text colors

Post by Darren1 13/8/2009, 22:53

Hi,

try refreshing ur page three ( 3 ) times - It will do the job for you, well it does for me Wink
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Solved Re: Text colors

Post by ankillien 13/8/2009, 23:46

Hello,

If your forum is supported by personal CSS then it won't let you change colors from 'Color' tab. You need to do it with CSS.

Please give me a link to your forum and tell me color of what text you want to change.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Text colors

Post by downmaster 14/8/2009, 00:48

avatar
downmaster
New Member

Posts : 12
Reputation : 0
Language : English

Back to top Go down

Solved Re: Text colors

Post by ankillien 14/8/2009, 01:09

Color of which text you want to change?
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Text colors

Post by downmaster 14/8/2009, 10:34

black
avatar
downmaster
New Member

Posts : 12
Reputation : 0
Language : English

Back to top Go down

Solved Re: Text colors

Post by Sanket 14/8/2009, 10:35

downmaster wrote:black
He meant color of which text portion you want to change?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Text colors

Post by downmaster 14/8/2009, 10:36

ya I want all of the text colors black
avatar
downmaster
New Member

Posts : 12
Reputation : 0
Language : English

Back to top Go down

Solved Re: Text colors

Post by ankillien 14/8/2009, 13:18

ok...thanks for the info.
Go to your Admin CP > DIsplay > Colors > CSS.
Add this code there and submit.

Code:
body {
color : #000;
}

If you want to change link color to black as well, also put this code there.

Code:
a:link , a:visited , a:active {
color : #000 !important;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Text colors

Post by downmaster 15/8/2009, 00:11

I tried that it didn't work
avatar
downmaster
New Member

Posts : 12
Reputation : 0
Language : English

Back to top Go down

Solved Re: Text colors

Post by ankillien 15/8/2009, 01:29

I saw in your forum, it works!
I see all text and links in black color.

If you are talking about post text color, here is the code for that...

Code:
.postbody {
color : #000;
}

If you wanna change profile field (Post, Age, Location etc) color, go to Admin CP > Users & Groups > Profiles > Click 'Modify' button and change color there.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Text colors

Post by downmaster 15/8/2009, 01:55

I added your code but nothing changed. (yes i know my forum is a mess right now)

EDIT If I posted my original css codes on here would that be more helpful?


Last edited by downmaster on 15/8/2009, 03:08; edited 1 time in total (Reason for editing : more info)
avatar
downmaster
New Member

Posts : 12
Reputation : 0
Language : English

Back to top Go down

Solved Re: Text colors

Post by ankillien 15/8/2009, 11:51

Yes, please give me the original CSS.
Thanks
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Text colors

Post by downmaster 15/8/2009, 12:38

Code:
a:link,a:active,a:visited,a.postlink{
   color: #000 !important;
   text-decoration: none;
   font: bold;
}

a:hover{
   color: #000;
      font: bold;
}

a.admin:hover,a.mod:hover{
   color: #000;
}

a.but,a.but:hover,a.but:visited{
   color: #000;
   text-decoration: none;
}

a.cattitle,a.cattitle:visited{
   color: #000;
   text-transform: uppercase;
   font: bold;
}

a.cattitle:hover{
   color: #000;
   text-transform: uppercase;
   font: bold;
}

a.topictitle:visited{
   color: #000;
}

a.topictitle:hover{
   color: #000;
}

body{
   background-color: #000;
   color: #000;
   font: 12px Verdana,Arial,Helvetica,sans-serif,Trebuchet MS;
   margin: 20px;
   padding: 3;
   scrollbar-3dlight-color: #000;
   scrollbar-arrow-color: #000;
   scrollbar-darkshadow-color: #000;
   scrollbar-face-color: #000;
   scrollbar-highlight-color: #000;
   scrollbar-shadow-color: #000;
   scrollbar-track-color: #000;
   background-image: url(http://i79.servimg.com/u/f79/12/49/95/01/cb_fbr10.gif);
                background-attachment: fixed;
}

font,th,td,p{
   font-family: Geneva, Arial, Helvetica, sans-serif,Trebuchet MS;
   font-size: 12px;
}

form{
   display: inline;
}

hr{
   border: 1px solid #000000;
   border-top-width: 1px;
   height: 0px;
}

img{
   border: 0 solid;
}

input{
   color: #000;
   font: 12px Verdana,Arial,Helvetica,sans-serif,Trebuchet MS;
}

input.button,input.liteoption,.fakebut{
   background: #000;
   border: 1px solid;
   border-color: #707070 #000000 #000000 #707070;
   color: #000;
   font-size: 12px;
}

input.catbutton{
   background: #303030;
   border: 1px solid;
   border-color: #707070 #000000 #000000 #707070;
   font-size: 11px;
}

input.mainoption{
   background: #303030;
   border: 1px solid;
   border-color: #707070 #000000 #000000 #707070;
   color: #FFCC00;
   font-size: 11px;
}

input.post,textarea.post{
   background: #303030;
   border: 1px solid;
   border-color: #000000 #707070 #707070 #000000;
   color: #E7E7E7;
   font: 11px Verdana,Arial,Helvetica,sans-serif,Trebuchet MS;
   padding-bottom: 2px;
   padding-left: 2px;
}

p{
   margin-bottom: 3px;
   margin-top: 2px;
}

select{
   background: #303030;
   color: #E7E7E7;
   font: 11px Verdana,Arial,Helvetica,sans-serif,,Trebuchet MS;
}

td.cathead{
   background: url(http://i25.tinypic.com/m9of1t.gif) #191919;
   color: #8E8E8E;
   font-weight: bold;
   height: 28px;
   letter-spacing: 1px;
   text-indent: 4px;
}

td.genmed,.genmed{
   font-size: 11px;
}

td.rowpic{
   background: url(http://i25.tinypic.com/wqtppk.jpg) #343434 repeat-y;
}

td.spacerow{
                background: url(http://i28.tinypic.com/17tz5z.gif) #222222 repeat-x;
}

th{
   background: url(http://i31.tinypic.com/2q1e1oz.gif) #171717;
   color: #8E8E8E;
   font-size: 12px;
   font-weight: bold;
   height: 27px;
   padding-left: 8px;
   padding-right: 8px;
   text-align: center;
   white-space: nowrap;
}

.admin,.mod{
   font-size: 12px;
   font-weight: bold;
}

.admin,a.admin,a.admin:visited{
   color: #FFA34F;
}

.bodyline{
   background-color: #000;
                background-image: url();
                background-attachment: fixed;
}
     
 .bodyline{
               
   border: 2px solid ;
                padding: 20;
                border-color: #000000 #000000 #000000 #000000;
             
}
       

.forumline{
   border: 1px solid;
                font-size: 12px;
   border-color: #000000 #707070 #707070 #000000 ;
}
.code{
   background: #000;
   border: 1px solid #000000;
   color: #000;
   font-size: 12px;
   line-height: 125%;
}

.errorline{
   background: #2D2D2D;
   border: 1px solid #5A5A5A;
}

.explaintitle{
   color: #727272;
   font-size: 12px;
   font-weight: bold;
}

.forumline{
   background: #010101;
}

.gensmall{
   font-size: 10px;
}

.headtitle{
   color: #262626;
                font-size: 12px;
                font-weight: bold;
}

.helpline{
   background: #303030;
   border: 1 solid;
   font-size: 10px;
}

.imgfolder{
   margin: 1px 4px 1px 4px;
}

.imgspace{
   margin-left: 1px;
   margin-right: 2px;
}

.imgtopic,.imgicon{
   margin-left: 0;
}

.maintitle,h1{
   color: #999999;

                border: 0px solid;
                border-color: #000000 #707070 #707070 #000000 ;
                font-size: 12px;
                font-weight: bold;
   text-decoration: none;
}

.mod,a.mod,a.mod:visited{
   color: #006699;
}

.name{
   font-size: 12px;
   font-weight: bold;
}

.nav{
   color: #979797;
   font-size: 11px;
   font-weight: bold;
}

.postbody{
   font-size: 12px;
   line-height: 125%;
   color: #EEEEEE;
}

.postdetails{
   color: #8A8A8A;
   font-size: 11px;
}

.quote{
   background: #525252;
   border: 1px solid #000000;
   color: #E7E7E7;
   font-size: 10px;
   line-height: 125%;
}

.row1{
   background: #272727;
}

.row1,.row2,.row3,td.spacerow,td.cat,td.rowpic,th,.topnav{
   border: 1px solid;
   border-color: #707070 #000000 #000000 #707070;
}

.row2{
   background: #272727;
}

.row3{
   background: #414141;
}

.subtitle,h2{
   font-size: 12px;
                font-weight: bold;
   text-decoration: none;
}

.tblbot {
                background: url(http://i26.tinypic.com/xf2e8g.gif) repeat-x;
}

.tableleft{
                background: url(http://i28.tinypic.com/2q16tzp.gif) #2E2E2E repeat-y;
}

.tblright{
                background: url(http://i29.tinypic.com/2u6cvnl.jpg) #2E2E2E repeat-y;
}

.tbltop{
                background: url(http://i26.tinypic.com/dc4kk2.gif) #2E2E2E repeat-x;
}

.topbkg{
   background: url(http://i29.tinypic.com/ddj6lu.gif) #1A1A1A repeat-x;
   color: #000000;
   font-size: 12px;
   font-weight: bold;
   height: 120px;
   line-height: 140%;
}

.topictitle{
   font-size: 11px;
   font-weight: bold;
}

.topnav{
   background: #1D1C19;
   color: #DD6900;
   font-size: 12px;
   height: 23px;
   white-space: nowrap;
}
.imgtopic{
   filter:alpha(opacity=50);
   -moz-opacity:.50;
   opacity:.50;
}

there
avatar
downmaster
New Member

Posts : 12
Reputation : 0
Language : English

Back to top Go down

Solved Re: Text colors

Post by ankillien 16/8/2009, 00:35

I see all links and text are black in your forum but the posts.
Add this code to your CSS and post color will be black...

Code:
.postbody {
color : #000 !important;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Text colors

Post by downmaster 16/8/2009, 00:36

finally ty
avatar
downmaster
New Member

Posts : 12
Reputation : 0
Language : English

Back to top Go down

Solved Re: Text colors

Post by Sanket 16/8/2009, 01:27

Since this thread appears to be solved, I will lock this thread and mark it as solved.
Sanket
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum