Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Tony Archambeau

    (@funnycat)

    Hi AndrewLeonard,
    You can change the font size by updating your CSS in your theme. Have a look to something like /wp-content/theme/YOURTHEME/style.css.
    Here an example of a CSS code to change the font-size :

    .wsp-pages-title { font-size : 21px; }
    .wsp-pages-list { font-size : 16px; }
    .wsp-posts-title { font-size : 21px; }
    .wsp-posts-list { font-size : 16px; }

    Hope it may helps you.
    Sincerely,
    Tony

    Plugin Author Tony Archambeau

    (@funnycat)

    I just take the opportunity of the message to mark this topic as “resolved”.
    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Font Size’ is closed to new replies.