• Resolved DK5EW

    (@dk5ew)


    Sorry to contact you but I’m new to WP. I found your great plugin to import my csv.

    I have now a problem that I can’t change the font size of my header.
    I also like to have it in small letters.
    I tried some things but don’t work for me.

    Problem is that I need to have to the table width into my size of the blog.

    .tablepress thead th,
    {
    font-family: Tahoma;
    font-size: 10px;
    color: #ff0000;
    }

    .tablepress-id-1 th,
    .tablepress-id-1 td {
    padding: 4px !important;
    }

    If you like you may have a look at my web: http://dk5ew.com/2m-dxcc/

    https://wordpress.org/plugins/tablepress/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    From what I can see, there’s just a small typo in your code. In

    .tablepress thead th,
    {

    please change that to

    .tablepress thead th {

    Basically, the last selector must not finish with a comma, i.e. there must not be a , right before the {. In the other block of CSS, this is correct, which is why that one is working.

    Regards,
    Tobias

    Thread Starter DK5EW

    (@dk5ew)

    Hallo Tobias

    ja now it’s running running.

    Thank you for help.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

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

The topic ‘again: Changing font size for Table Header’ is closed to new replies.