Hi mydanblog,
thanks for your answer :)
I tried to modify my CSS file as follows.
1) In a first time, I add your suggested file, modifying the default one, as it appeared in "structure" of CSS:
#header {
margin: 0px;
padding: 0;
height: 260px;
width: 1054px;
color: #000;
}
Result: Forget about it! It doesn't work :(
2) Then I add your file, modifying the default one, as it appeared in a part of "Typography & Colors" of CSS:
#header .description {
font-size: 1.4em;
padding: 0 0 0 39px;
font-weight: bold;
}
Result: Forget about it! It doesn't work :(
Maybe I have to change this?
h1, h1 a, h1 a:hover, h1 a:visited, #header .description {
text-decoration: none;
color: #000;
}
I am always ready to upload a Plugin to solve this damned issue... If it really exists!
Please, let me know your opinion about that.
Thanks a lot.
Ciao ^__^