• Resolved George Lotfy

    (@glotfy)


    Hello,
    I am trying to change the font size and center all text but I am unable I used the following code from and older topic but it did not work with me, would you please help me and also before I used your plugin there was an old table I import it can I clear the formatting?

    .tablepress tbody td {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #333333 !important;
    text-align: center !important;
    text-transform: none !important;
    }

    .tablepress thead th,
    .tablepress tfoot th {
    background-color: #3d85c6 !important;
    color: #ffffff !important;
    padding: 4px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    text-align: center !important;
    text-transform: none !important;
    }

    • This topic was modified 3 years, 9 months ago by George Lotfy.

    The page I need help with: [log in to see the link]

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    It looks like there’s some CSS optimization (concatenating and loading CSS inline) going on on your site. Please clear the caches of such plugins.
    The CSS code should then work.

    I’m not sure what you mean with “clearing the formatting” of the old table. Can you please explain that some more.

    Regards,
    Tobias

    Thread Starter George Lotfy

    (@glotfy)

    Hi,
    I purged the whole cache but still the same, Is there is any thing wrong in the code?
    I will check the cache plugin again and inform you.
    I mean clearing the formatting from the old table that I imported for example <span style=”font-size: 14pt;”>2013</span> can I clear all the cells for this table instead of going to every cell?

    Thread Starter George Lotfy

    (@glotfy)

    Hi Tobias,
    Thank you very much I removed the inline CSS check box from the plugin and it’s now working.
    Thank you very much for you help.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    great! That’s good to hear!

    And thanks for the clarification about the formatting issue. Unfortunately, I’m not aware of a quick way to remove all that HTML. Sorry.
    Your best change might be to use search/replace in a text editor after exporting the table to a CSV file.

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Font size and clear formatting’ is closed to new replies.