teegee50
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Tiny Forge] Tiny forge themeYep it works. Thought I had tried that one but obviously not.
Many thanks.
Forum: Themes and Templates
In reply to: [Tiny Forge] Tiny forge themeHello Tomas,
I must be doing something stupid since Firebug isnt showing any CSS from child theme for h2 and !important doesn’t work either.
Site is http://www.thelisteningplace.co.nz/wordpress.Your help is much appreciated.
Forum: Themes and Templates
In reply to: [Tiny Forge] Tiny forge themeHi 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;
}