• I’m using the Page-list plugin and want to change the type style and size of the list it generates. Is there a way to do this?

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

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

    (@webvitaly)

    Hi @melaniewhite9

    You can change it with CSS. For example:

    .page-list {
        font-size: 16px;
    }

    You can add this CSS via funtions.php, or via child theme or via CSS modification plugin (if you use any).

    That must be the only ways I know. It is not possible to do it via Page-List plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘how to change font style and size’ is closed to new replies.