• Resolved kerryosborne

    (@kerryosborne)


    I put the custom css from the FAQ in the area provided in the plugin, changing the fonst size to 10. No change. I went to the Weaver II CSS editor, which advised me to add the custom css to the <head> section of the Weaver II theme admin panel. I did that, but still no change in font size.

    I don’t know how to let you view the page. It is a live draft, but it requires a log in to view the pages.

    https://www.ads-software.com/plugins/tablepress/

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    It would indeed be good if I could view that page. If it’s not live or public, I’d like to take a direct look at this on your site. Could you therefore please create a temporary admin account for me and send me the details via email (the address is in the main plugin file “tablepress.php”)? That way, I can investigate this directly. Thanks!

    Regards,
    Tobias

    Thread Starter kerryosborne

    (@kerryosborne)

    And thank you for that lightning fast response. I searched for my post, but it wasn’t showing up in the search database yet. I wanted to let you know what happened before bothering you. I was trying to see my changes by forcing a reload of the page from the browser (control key). Duh. Reloading the page doesn’t retrieve the CSS changes.

    When I went back into the editor and clicked to view the page from inside, all my changes displayed properly.

    Now, if only I could change the font color in a specified column. . . (I have questions in one column, and answers in the next). Anyway, sorry for the unnecessary question, and thanks again for your attentiveness. I love this plugin. I’ll see if the non-profit I’m making the site for would like to cough up a donation.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    one thing that could factor in here might be CSS minification caching. The W3 Total Cache plugin offers this, for example. With such a caching enabled, you’ll also have to flush that cache after changes to the “Custom CSS” so that they are picked up.

    To only apply font changes to a certain column of a table, just use something like this:

    .tablepress-id-123 .column-3 {
      font-size: 20px;
      font-weight: bold;
      font-family: Arial;
    }

    Regards,
    Tobias

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    one thing that could factor in here might be CSS minification caching. The W3 Total Cache plugin offers this, for example. With such a caching enabled, you’ll also have to flush that cache after changes to the “Custom CSS” so that they are picked up.

    To only apply font changes to a certain column of a table, just use something like this:

    .tablepress-id-123 .column-3 {
      font-size: 20px;
      font-weight: bold;
      font-family: Arial;
    }

    Regards,
    Tobias

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom CSS does not change font size in Weaver II’ is closed to new replies.