• I’m unable to change the font of a table header in a post. The header font always appears in all caps.

    I’ve put the following code in the Custom CSS field, but it does not change the header font.

    table { border-collapse: collapse; font-family: Arial;}
    td { border: 1px solid gray; padding: 5px; }
    th { border: 1px solid black; padding: 10px; background-color: Lavender; color: MediumBlue font-family: Arial;}

    Please advise. Thank you.

    http://wordpress.org/extend/plugins/twenty-eleven-theme-extensions/

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

    (@johnboyer)

    Here’s an example of what I’m talking about.

    I too was looking at the table definitions because that’s what the HTML code has it tagged as; However, welcome to the twenty-eleven way of styling…

    Line #778
    .entry-content th,
    .comment-content th {
    color: #666;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Twenty Eleven Theme Extensions] Table Header Font Can't Be Changed’ is closed to new replies.