How to chage color of site name

Johnny Doc at 19h58
21
Dec
2011
I wannna change color of my site name... just color of the site name, nothing else... how can I do that?
1 Guest, on 21/12/2011 at 19h59
Can you provide your forum url? Smile
2 Johnny Doc, on 21/12/2011 at 20h01
http://koktel.serbianforum.info/
3 Adam360, on 21/12/2011 at 20h01
If its the place i'm thinking...

Code:
<font color=RED>insert forum name here</font color>
4 Guest, on 21/12/2011 at 20h02
Code:
div.maintitle{
font-size: 24px !important;
}
5 Johnny Doc, on 21/12/2011 at 20h20
Both codes not working.... this is what I want:



... to change color of this name.. to set red color for example
6 Adam360, on 21/12/2011 at 20h21
go to ACP//GENERAL//SEARCH ENGINES// try putting my code in there

EDIT: OR go to ACP//GENERAL//CONFIGURATION//then put my code in on site name there
7 Guest, on 21/12/2011 at 20h26
Your code is not working. You have gaved him a strange, incorrect code, the correct is:
Code:
<font size="5">insert forum name here</font>

Next time use "", don't use CAPS as tagname, attributes or values, also the tag name is font, and that need to be closed without color because it's a attribute. Wink
8 Adam360, on 21/12/2011 at 20h28
oh sorry about that...

In a rush to go out with parents for a meal, but then again that's no excuse.

I tried =P
9 Johnny Doc, on 21/12/2011 at 20h47
It's not working... maybe you haven't undrestood me well... I wanna change only color of my site name... never mind, I appreciate your effort to help me... tnx
10 Guest, on 21/12/2011 at 20h50
Code:
div.maintitle{
color: red !important;
}

Change red by any color you want. Smile
11 Johnny Doc, on 21/12/2011 at 21h00
Spankers, it's not working again... let's give up 'cause it makes me nervous... have a nice evening
12 Nera., on 21/12/2011 at 21h05
Code:
.maintitle h1 {
    color: red !important;
}


Change the red if you want.
13 Johnny Doc, on 21/12/2011 at 21h13
It's working finally! Nera, I'm your debtor... best regards and pleasant evening
14 Nera., on 21/12/2011 at 21h21
Ugodno veče, nema na čemu.

Topic Solved & Locked
Similar topics
In the First Display
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
how to chage the front size(user profile)Font is too large
Replies 1 to 14 on 14 for "How to chage color of site name"
See also
more_less
Informations

14 Replies For the topic :
"How to chage color of site name"

This topic has been viewed 823 times.

Last message :
21/12/2011 at 19h58 by "Johnny Doc"