• Resolved dasmonk

    (@dasmonk)


    Our site ( benjaminbarber.org/ ) uses the Twenty Twelve theme. I want to increase the size of headings on the sidebar. Using Firebug, I found the controlling CSS tags but when I try to add the updated line to my child theme, nothing happens. (Font size was originally ~.72rem)

    .archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
    font-size: 1.1rem;
    }

    If I go to the original style.css page and change the 7.2rem to 1.1, the site updates.

    I have one other element on my child theme and it works so I’m not sure why this one doesn’t. Any clue?

Viewing 1 replies (of 1 total)
  • Thread Starter dasmonk

    (@dasmonk)

    Nevermind. I figured out the problem: I had left off the closing

    }

    in the child theme style.css.

    Doh!

Viewing 1 replies (of 1 total)
  • The topic ‘Child theme additions sometimes take, sometimes don't – why?’ is closed to new replies.