Changing the color of the site description?

Jellydonut at 04h31
06
Jan
2012
The site description on my site is useful, but its black, and totally stands out of my light blue themed forum. I tried using BB code to change the color, but that doesn't work. Its not possible to not have a site description. Is there any way to make it a different color?
If not, then you can just close the thread
1 Sanket, on 06/01/2012 at 05h33
Try that & check
Code:
<font color="#FF0000">Site Description</font>

2 Coddy, on 06/01/2012 at 12h55
Or add to Stylesheet:
Code:
div.maintitle h1{
color: #COLOR !important;
}

Here you have to choose the color: http://www.w3schools.com/html/html_colors.asp
3 Jellydonut, on 06/01/2012 at 15h24
Thank you both!
One more question, is changing the color the only thing I can do to it, or can I also make it bold or change the font?
If there is, can I have a code for that?
4 Coddy, on 06/01/2012 at 15h48
Code:
div.maintitle h1{
color: #COLOR !important;
font-family: Arial !important;
font-weight: bold !important;
}
5 Jellydonut, on 06/01/2012 at 21h07
Gassy wrote:
Code:
div.maintitle h1{
color: #COLOR !important;
font-family: Arial !important;
font-weight: bold !important;
}


Thank you! This post probably helped the most
The code seems to work, but the color still isn't changing, so I don't know what I'm doing wrong. I'll probably figure it out...
6 Nera., on 06/01/2012 at 21h21
Hi,

Did you add your color code in it where it says #COLOR !important; ?
7 Coddy, on 06/01/2012 at 21h24
color: #COLOR !important; You need to replace #COLOR by a color name, or a hex color. Read http://www.w3schools.com/html/html_colors.asp
8 Jellydonut, on 06/01/2012 at 22h09
Yeah, I replaced it with a color from colorpicker.com
9 Coddy, on 06/01/2012 at 22h16
Jellydonut wrote:Yeah, I replaced it with a color from colorpicker.com
Can you show the full code you used?
10 Jellydonut, on 06/01/2012 at 22h54
div.maintitle h1{
color: #Blue !important;
font-family: Segoe !important;
font-weight: bold !important;
}
11 slg, on 06/01/2012 at 22h57
color: #Blue !important;

Change Blue into its code: #0000FF.
12 Jellydonut, on 06/01/2012 at 23h10
Blah still doesn't work
Is there any other setting I have to have it on?
13 Coddy, on 06/01/2012 at 23h13
Try Sanket's code. That code goes to the site description field. Smile
14 Jellydonut, on 06/01/2012 at 23h38
Yay! It worked
I thought I was supposed to put that code in the CSS, that's probably why it failed
So do I do the same thing for bold?
15 Jellydonut, on 06/01/2012 at 23h41
Nevermind, I figured it out
Just like bbode but with < > instead of [ ]

The mods can close this thread now
16 slg, on 07/01/2012 at 00h16
Topic Solved & Locked
Similar topics
is it possible to change how this looks ie making the text bigger, bold or even inserting a image?
I'd like to change font for my Site Description... to put Monotype Corsiva font... to change only Site Description font... how to do that?
I only want to remove the visible description. When I say visible, I mean I want to remove the looks not nothing Major.
See also
more_less
Informations

16 Replies For the topic :
"Changing the color of the site description?"

This topic has been viewed 784 times.

Last message :
06/01/2012 at 04h31 by "Jellydonut"