• Resolved franhung

    (@franhung)


    Below is a table and as I want to modiy the font size of the table title “(14.1.2)特別獎項:”, I don’t know how to do it. Please advise. Thanks.

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

Viewing 1 replies (of 1 total)
  • Plugin Author wpDataTables

    (@wpdatatables)

    Hello,
    At the moment, we don’t have a built-in option to choose a table Title font size, but you can use this custom CSS selector :

    #wdt-table-title-24 {
        font-size: 30px !important;
    }

    That table iD is 24, so you can set a specific font size only for that Table’s Title.
    Add this to your main Plugin settings/Custom JS and CSS/Custom CSS.

    For any other Simple Table type, you can just add another line of CSS, and just change the Table ID.
    That way you can also have different font size, you can also add any other CSS style you need for each Table’s title.

    We hope that helps.
    If you wish to see a built-in option for this in the future,
    Please feel free to search on our suggestions page (https://features.wpdatatables.com/), to see if someone may be already suggested this feature. If you can’t see it, feel free to add your suggestion there, and as more people vote, the feature will move higher on the priority list. You can certainly follow our changeLog if you’d like(https://www.ads-software.com/plugins/wpdatatables/#developers), where we state any changes/new features/bug fixes during updates; and our newsletter(https://wpdatatables.com/newsletter/), so you’re informed about new features, bug fixes, freebies, etc.

    Kind regards.

Viewing 1 replies (of 1 total)
  • The topic ‘wpDataTables: change font size of table title’ is closed to new replies.