Hi Tomas,
Sorry but problem not resolved. I’m using achild theme and put the suggested code in it but site title and site description font still the same color. Child theme code below.
‘Template: tiny-forge
*/
@import url(‘../tiny-forge/style.css’);
.site-title{
background-color: #c3c19b; /*This formats OK*/
}
.site-header h1 a {
color: #515151;
display: inline-block;
text-decoration: none;
}
.site-header h2 {
color: #000000;
}
.entry-title{
display:none;
}’
I tried live editing in Firebug by removing the code between question marks shown below from the parent theme and this gave the right result but I want to do it via the child.
.site-header h1 a
??,.site-header h2 a??
{
color: #515151;
display: inline-block;
text-decoration: none;
}