• Hello Could someone please help?
    My child theme was working and now it is not having any effect.I have done some database restores yesterday

    I’m thinking it is something simple?

    thank you

    [CSS moderated as per the Forum Rules. Please just post a link to your site.]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter auroraohio

    (@auroraohio)

    actually the first could modifications work but the others do not

    thanks for taking pity on me, i’m learning everyday

    Looks like many of your CSS declarations are missing the closing bracket at the end of the definitions.

    Yours:

    #site-title a {
    color: #e3e3e3;
    font-weight: bold;
    text-decoration: none;

    Should be:

    #site-title a {
    color: #e3e3e3;
    font-weight: bold;
    text-decoration: none;
    }

    Close those brackets and you should be fine.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Child theme stopped working’ is closed to new replies.