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;
}
You need to know the CSS selector(s) to use for your list-pages. Then style as needed.
Thread Starter
alvalv
(@alvalv)
Hello there
Thank you for your reply.
However I feel that this is the theme that will not take into account the typo!
Have you any idea?
thank you
http://pxlentreprise.fr/sainte-anne-sur-gervonde/?page_id=207
Hi there, the font-family remains the size, after I’ve inserted the custom CSS. Pls kindly help. Thanks.