Loading...
 
Themes

Themes


Re: Re: increasing default font size for wiki text

Japan

Hi,

To be a bit more specific, do you want to increase all text size at your site? Or just the text in wiki pages? In either case, as John says, you can add a custom CSS rule on the Look & Feel admin page. If for the whole site, then you can add

body { font-size: 16px; }

in the Custom CSS text area on Look & Feel admin (or 15px or 17px, etc. - whatever looks good to you).

If it's only wiki page text that you want to increase the size of, then add

.wikitext { font-size: 16px; }

As John said, you can use a DOM inspector to identify the relevant page parts, in order to know what the CSS rule such as those above should apply to (such as "body" or ".wikitext"). This inspector is one of the tools that come with pretty much every web browser.

-- Gary

There are no comments at this time.