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.

How to change the colour

2 posters

Go down

How to change the colour Empty How to change the colour

Post by Lewie4 February 24th 2009, 9:06 pm

What is the bit on the right of where someone posts is called (where it shows there avatar and number of posts). How do i change the coulor of that?
avatar
Lewie4
New Member

Posts : 5
Reputation : 0
Language : English

Back to top Go down

How to change the colour Empty Re: How to change the colour

Post by Carryn February 24th 2009, 10:34 pm

It may depend on the version you are using.
The easy way is to just change the font color
Display>colors>
first option for font

If you want to go into the CSS to change only that section,
I believe you need to locate
Code:
/* Post----------------------------------------------*/
.post {
   padding: 0 10px;
   margin-bottom: 4px;
   background-repeat: no-repeat;
   background-position: 100% 0;
   }
*+ html .post {
   word-wrap: break-word;
   }
* html .post {
   word-wrap: break-word;
   }
.post ul {
   list-style-type: disc;
   }
.postprofile {
   color: #000000;
   margin: 5px 0 0px 0;
   min-height: 80px;
   border-right-style: solid;
   border-right-width: 1px;
   border-color: #000000;
   width: 22%;
   float: left;
   display: inline;
   position: relative;
   }
change the
Code:
.postprofile {
   color: #000000;
to whatever color you want
avatar
Carryn
Active Poster

Female Posts : 1399
Reputation : 86
Language : none.
Location : somewhere not on the support forum

Back to top Go down

How to change the colour Empty Re: How to change the colour

Post by Lewie4 February 25th 2009, 8:01 pm

i cant find the css and the text colour thing doesnt work Sad
avatar
Lewie4
New Member

Posts : 5
Reputation : 0
Language : English

Back to top Go down

Back to top

- Similar topics

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