• Resolved dakconcurrent

    (@dakconcurrent)


    hi, im Dutch but I try it in Englisch, I want to change the font size from the table name, ( above or under ) if I change the font size in 10px or something like that nothing happens, what do I do wrong? it is now like this:

    .tablepress-table-name tablepress-table-name-id-1 {
    font-size: 1.3em;
    font-family: “Open Sans”, sans-serif;
    font-weight: normal;
    }

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

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    For changing the font, if you want to change this for all tables, this should be sufficient:

    .tablepress-table-name {
      font-size: 1.3em;
      font-family: "Open Sans", sans-serif;
      font-weight: normal;
    }

    However, the table on the page from your link does not show the name right now, so I could not verify this.

    Regards,
    Tobias

    Thread Starter dakconcurrent

    (@dakconcurrent)

    I will turn it on now.

    This is the table name: but it is to big.Actuele verzendkosten Pvc/Bauder dakrollen en isolatie.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks! So if you now change the “Custom CSS” to what I posted above, and reduce the font size value to e.g. 1em, the table name will be smaller.

    Best wishes,
    Tobias

    Thread Starter dakconcurrent

    (@dakconcurrent)

    hi, still not working, I got the id on 109 to

    .tablepress-table-name tablepress-table-name-id-109 {
    font-size: 1em;
    font-family: “Open Sans”, sans-serif;
    font-weight: normal;
    }

    Thread Starter dakconcurrent

    (@dakconcurrent)

    Sorry but I need to turn it off again coz it looks not great and im going home. I hope you can fix it in the mean time. thanks and i,ll read your messages at home.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    please try with the CSS that I posted above. You will see that that’s using a different CSS selector than what you are trying. That CSS will change this for all table names on the site.

    If you really only want this for one table, use

    .tablepress-table-name-id-109 {

    as the first line in the CSS code.

    Regards,
    Tobias

    Thread Starter dakconcurrent

    (@dakconcurrent)

    Hi,

    it works fine now, thanks for the quick support.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

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

    Best wishes,
    Tobias

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘table name size’ is closed to new replies.