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 with CSS text color

+2
Sanket
mmägi
6 posters

Go down

In progress how to change with CSS text color

Post by mmägi May 31st 2012, 9:30 am

how to change text color with CSS code to #FFFFFF that color and Link color to #D9B29D?



mmägi
mmägi
Forumember

Male Posts : 402
Reputation : 4
Language : Estonia

http://royal.forumc.net/

Back to top Go down

In progress Re: how to change with CSS text color

Post by Sanket May 31st 2012, 9:34 am

For Text color
Code:
body{
color: #FFFFFF !important;
}

For Links
Code:
a:link {
    color: #D9B29D !important;
}

I think that should do it.
Sanket
Sanket
ForumGuru

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

Back to top Go down

In progress Re: how to change with CSS text color

Post by mmägi May 31st 2012, 9:39 am

that white color didnt change :/ text color is the name at the colors but if i put at there white then save then it wont change
mmägi
mmägi
Forumember

Male Posts : 402
Reputation : 4
Language : Estonia

http://royal.forumc.net/

Back to top Go down

In progress Re: how to change with CSS text color

Post by anonymouz17 May 31st 2012, 9:45 am

Go to this link to find more Css color code

http://csscreator.com/tools/cssgenerate
anonymouz17
anonymouz17
Forumember

Posts : 138
Reputation : 2
Language : english

Back to top Go down

In progress Re: how to change with CSS text color

Post by Sanket May 31st 2012, 9:45 am

Show me a screenshot of which color do you want to change?
Sanket
Sanket
ForumGuru

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

Back to top Go down

In progress Re: how to change with CSS text color

Post by mmägi May 31st 2012, 9:50 am

mmägi
mmägi
Forumember

Male Posts : 402
Reputation : 4
Language : Estonia

http://royal.forumc.net/

Back to top Go down

In progress Re: how to change with CSS text color

Post by Sanket May 31st 2012, 9:53 am

Please give me your forum URL as well.
Sanket
Sanket
ForumGuru

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

Back to top Go down

In progress Re: how to change with CSS text color

Post by mmägi May 31st 2012, 9:56 am

http://vendettax.foruml.biz/

and you see the chatbox up is white line and down to how to change them? to gray?
mmägi
mmägi
Forumember

Male Posts : 402
Reputation : 4
Language : Estonia

http://royal.forumc.net/

Back to top Go down

In progress Re: how to change with CSS text color

Post by Sanket May 31st 2012, 10:08 am

For the title description.
Code:
.genmed {
    color: #FFFFFF !important;
}

For the Forum URL.
Code:
a.forumlink:link {
    color: #FFFFFF;
}
Sanket
Sanket
ForumGuru

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

Back to top Go down

In progress Re: how to change with CSS text color

Post by mmägi May 31st 2012, 10:10 am

but how to change the other with lines at the forum
mmägi
mmägi
Forumember

Male Posts : 402
Reputation : 4
Language : Estonia

http://royal.forumc.net/

Back to top Go down

In progress Re: how to change with CSS text color

Post by Sanket May 31st 2012, 10:14 am

I don't understand you, please explain clearly.
Sanket
Sanket
ForumGuru

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

Back to top Go down

In progress Re: how to change with CSS text color

Post by Akkii May 31st 2012, 11:39 am

ACP > Display > Pictures and Colors > Colors
Akkii
Akkii
Forumember

Male Posts : 710
Reputation : 107
Language : English,HTML, CSS,Photoshop,Javascript!
Location : Here on Forumotion!

http://www.csshelp.net

Back to top Go down

In progress Re: how to change with CSS text color

Post by mmägi May 31st 2012, 12:09 pm

it dont change from colors lol the white things up chatbox and whos online place
mmägi
mmägi
Forumember

Male Posts : 402
Reputation : 4
Language : Estonia

http://royal.forumc.net/

Back to top Go down

In progress Re: how to change with CSS text color

Post by Sanket May 31st 2012, 12:29 pm

Confused I am sorry, but you need to explain more.
Sanket
Sanket
ForumGuru

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

Back to top Go down

In progress Re: how to change with CSS text color

Post by mmägi May 31st 2012, 6:22 pm

mmägi
mmägi
Forumember

Male Posts : 402
Reputation : 4
Language : Estonia

http://royal.forumc.net/

Back to top Go down

In progress Re: how to change with CSS text color

Post by mmägi June 1st 2012, 7:46 am

bumb
mmägi
mmägi
Forumember

Male Posts : 402
Reputation : 4
Language : Estonia

http://royal.forumc.net/

Back to top Go down

In progress Re: how to change with CSS text color

Post by Jophy June 1st 2012, 8:16 am

Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead! You're getting a warning for repeating the same offense.
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

In progress Re: how to change with CSS text color

Post by Nera. June 1st 2012, 10:35 am

mmägi post your forum URL please.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: how to change with CSS text color

Post by mmägi June 4th 2012, 9:49 pm

look up there is the url
mmägi
mmägi
Forumember

Male Posts : 402
Reputation : 4
Language : Estonia

http://royal.forumc.net/

Back to top Go down

In progress Re: how to change with CSS text color

Post by Nera. June 6th 2012, 10:22 am

1. You'll change the red to what ever you want. Add it to the top of your CSS:

Code:
td.cat, td.catBottom, td.catHead, td.catLeft, td.catRight, td.catSides {
    background: red !important;
}

2. Same thing but change the blue to what ever you want:

Code:
td.cat, td.catBottom, td.catHead, td.catLeft, td.catRight, td.catSides {
    background-color: blue !important;
}

how to change with CSS text color RKWH

how to change with CSS text color RKWP

Hope that's what you wanted.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top

- Similar topics

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