Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter teegee50

    (@teegee50)

    Yep it works. Thought I had tried that one but obviously not.

    Many thanks.

    Thread Starter teegee50

    (@teegee50)

    Hello 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.

    Thread Starter teegee50

    (@teegee50)

    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;
    }

Viewing 3 replies - 1 through 3 (of 3 total)