Changing the main blog title's color
I've succesfully accomplished a change of colour in the blog's main title. In the teplate (plantilla, in spanish), in the first section entitled Header, I just added the colour code, without changing anything else. The command that I aded is here presented in bold charachters:
#blog-title {
margin:5px 5px 0;
padding:20px 20px .25em;
border:1px solid #222;
border-width:1px 1px 0;
font-size:200%;
line-height:1.2em;
color:#ff99ffccc;
text-transform:uppercase;
letter-spacing:.2em;
The reult is a bright pink colour for the blog's name (it's a long story), but it might work with other colours.
--------------------------------------------------------------------
The following is the report of the different attempts I mede before getting to the previous solution:
Let's try now to change the colour in the very blog's name. I've found just three colour codes for html edition, so I will now try to meke the title green. In the Option tag, in the firt sub-tag, wich is basic, let's put the colour code for green in the following way:... and see what happens
It doesn't work, I got the folloing message (sorry, it's in Spanish):
Su HTML no es aceptable: Tag is not allowed:
I will try now putting just:
Same result
I've now tried with different combinations with the color commands, same results every time.
I don't know if html codes are allowed in the main title. I will try this time with a break (which is the command I seem to have already mastered...).
The
command works,, so it must be about correctly entering the colour code. But, sadly, it seems that it doesn't work that way when it comes to colour.
#blog-title {
margin:5px 5px 0;
padding:20px 20px .25em;
border:1px solid #222;
border-width:1px 1px 0;
font-size:200%;
line-height:1.2em;
color:#ff99ffccc;
text-transform:uppercase;
letter-spacing:.2em;
The reult is a bright pink colour for the blog's name (it's a long story), but it might work with other colours.
--------------------------------------------------------------------
The following is the report of the different attempts I mede before getting to the previous solution:
Let's try now to change the colour in the very blog's name. I've found just three colour codes for html edition, so I will now try to meke the title green. In the Option tag, in the firt sub-tag, wich is basic, let's put the colour code for green in the following way:
It doesn't work, I got the folloing message (sorry, it's in Spanish):
Su HTML no es aceptable: Tag is not allowed:
I will try now putting just:
Same result
I've now tried with different combinations with the color commands, same results every time.
I don't know if html codes are allowed in the main title. I will try this time with a break (which is the command I seem to have already mastered...).
The
command works,, so it must be about correctly entering the colour code. But, sadly, it seems that it doesn't work that way when it comes to colour.

