Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter carolbrennan

    (@carolbrennan)

    Hi Tobias

    It’s https://www.writercarol.com/review. Is there any way to get rid of the line under it or is that a theme issue?

    Thanks

    Carol

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi Carol,

    thanks for the link!

    To fix the capitalization, please uncheck the “Table Head” checkbox on the table’s “Edit” screen. Your theme is currently auto-capitalizing all table head rows.

    To remove that line, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .entry-content .tablepress {
      border-bottom: none;
    }

    Regards,
    Tobias

    Thread Starter carolbrennan

    (@carolbrennan)

    Thanks Tobias that worked. Is there any way I change the text font and size and the colour of the shading in the box?

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    yes, that’s also possible with CSS code, e.g. via https://tablepress.org/faq/change-font-family-size-color/ or https://tablepress.org/faq/change-background-color-of-a-row/

    Regards,
    Tobias

    Thread Starter carolbrennan

    (@carolbrennan)

    Hi Tobias

    Thanks for your response. I tried that but it doesn’t seem to be working. Here’s the code I Put into the custom CSS:
    .entry-content .tablepress {
    border-bottom: none;
    }

    .tablepress-id-N tbody td {
    font-family: Verdana;
    font-size: 14px;
    color: #ff0000;
    }

    .tablepress-id-N .row-X td {
    background-color: #ff0000;
    }

    Thanks

    Carol

    Thread Starter carolbrennan

    (@carolbrennan)

    Hi Tobias

    I tried that and it didn’t work. Here’s the code I have on the custom CSS. .entry-content .tablepress {
    border-bottom: none;
    }

    .tablepress-id-N tbody td {
    font-family: Verdana;
    font-size: 14px;
    color: #ff0000;
    }

    .tablepress-id-N .row-X td {
    background-color: #ff0000;
    }

    Thanks

    Carol

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi Carol,

    as mentioned in the examples, please change the N in .tablepress-id-N in that code to your desired table ID, and the X to the row number.

    (If you want to apply this to all tables at once, just change .tablepress-id-N to .tablepress .)

    Regards,
    Tobias

    Thread Starter carolbrennan

    (@carolbrennan)

    Thanks Tobias

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

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

    Best wishes,
    Tobias

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘How to change the text’ is closed to new replies.