Forum Replies Created

Viewing 1 replies (of 1 total)
  • you can do this in your theme’s CSS file using something like this

    ul.list-pages {
        font-family: arial, san-serif;
    }

    you can use different selectors to style the different levels if needed. For example the following will change the font of only the child page listing

    .children {
        font-family: arial,sans-serif;
    }

Viewing 1 replies (of 1 total)