• Hello
    How I can change the font and color h1, h2 tags in style.css of twenty twelve child?

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

    (@contentiskey)

    do you have a child theme set up or a css editor installed?

    Hello!
    (Assuming you are referring to the H1, H2 of entry content…)

    In your child style.css, write

    .entry-content h1,
      .entry-content h2,
      font-family: "Times New Roman", Times, serif;
      color: #FFB7FC;
    }

    Find out more about the Font Family property in this article at the Mozilla Developer Network

    Have fun!

    Thread Starter pspm

    (@swinti)

    Hello
    Thank you very much. It works fine now.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change font and color in a twenty twelve child’ is closed to new replies.