• I found an example of css that would let me change fonts on the plugin site. I pasted the code into the Custom CSS box in the plugin options page, but it didn’t change the font size. I cleared my cache in both Safari and Firefox, but that didn’t make any difference. What can I do to change the font size?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    the first step would be to provide the URL of the page with the table ??
    That way, I can see, if there’s something on the site conflicting with the font change.

    And one trivial thing: Obviously you need to have the desired font installed on your computer.

    Best wishes,
    Tobias

    Thread Starter mjeatty

    (@mjeatty)

    Here’s the link. It should be displaying Tahoma 18 px. This is actually a larger font that I want to use; I’d probably prefer size 14px, but I made it 18 just to be sure I could tell it had really made the font larger. It didn’t.
    The site is using the Thesis theme and WP 3.0.
    Thanks.

    Hi,

    looks like you forgot the link?! ??

    Tobias

    Thread Starter mjeatty

    (@mjeatty)

    Hi,

    thanks for the link.

    Here’s the problem:
    In the code, you can see a .wp-table-reloaded-id-N.
    This won’t work in this form. You will need to change the N to the ID of the table you want to style, so in your case N is 1.
    An alternative idea would be to make the change apply to all tables you have. Then, you’ll just need to remove the -id-N part of that code.

    So, you can choose:
    Either change .wp-table-reloaded-id-N to
    .wp-table-reloaded-id-1
    or to
    .wp-table-reloaded

    Hope this helps ??

    Best wishes,
    Tobias

    Thread Starter mjeatty

    (@mjeatty)

    That did it! Thanks so much.
    Mike

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Can’t change font in wp-table-reloaded’ is closed to new replies.