Hi,
How do I increase the font size on my webpage? http://www.universityadviceuk.com
Thanks
J
There are many different sections of text on the site. If you are talking, for instance, about the text that flows around the picture of the graduate on the 'University Advice' page, you can change that around line 94 in cool_blue.css. Experiment with changing the font-size from 1.3em to 2em like this:
p, blockquote {
color:#636B75;
font-size: 2em;
line-height:20px;
padding-bottom:20px;
}This topic has been closed to new replies.