Skip to content

Settings and activity

1 result found

  1. 34 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    By the moment, you can modify Checkvist presentation in the PRO plan. You can alter some colors, and provide advanced custom CSS styles which allow to change the font size. But this requires hard CSS coding. We need to provide simple way to specify different styles for a list.

    The sample CSS for reducing font size in the list is:
    ul.topLevel li { font-size: 12px;}
    ul.topLevel ul li, ul.topLevel ul li.task { font-size: 10px;}

    Some more customisation samples can be seen in this list: https://checkvist.com/checklists/486715

    An error occurred while saving the comment
    TimJ commented  · 

    Any documentation (other than looking through the source) of existing CSS classes used?