Changing font size in table

  • Unknown's avatar

    Hi, I can’t see any option anywhere to enable me to change the font size in the table I have added to the site on the Planning page.
    Thanks – urgent help appreciated!
    Mel

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    You can use some CSS code to adjust the table’s font size. Here’s the code:

    .is-style-small {
    	font-size: 10pt;
    }

    Adjust the font-size attribute to your liking.

    To add that code go to My Site > Design > Customize > CSS

    If you have any other questions, just let me know and I’ll be happy to help.

  • The topic ‘Changing font size in table’ is closed to new replies.