• Hello,

    I’m new to html and was trying to change something on the ‘main index template’ and somehow all the text changed from normal to supersize.

    the site is mint.maxnov.com.

    I was wondering whether anyone knew what to put in to get the font back to normal?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey mintmagazine,

    Try to change the code which contains this (in style.css file):

    p {
    	margin: 15px 0;
    	line-height:160%;
    	}

    Change that to:

    p {
    	margin: 15px 0;
    	line-height:160%;
            font-size:12px;
            font-weight:normal;
    	}

    Hope that helps, you can change the font-size to any pixel you like.
    Greetings

    I’m not sure what went wrong, but if you add this to the style.css file:

    p{font-weight:normal;}

    Everything should go back to normal.

    Thread Starter mintmagazine

    (@mintmagazine)

    Hey,

    Thanks for your help but the text on the front page still won’t change!

    I tried both those things and all the text in the other articles and pages is fine, it’s just the front page. I’ll get my friend who understands these things to have a look but your help is much appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Font on home page’ is closed to new replies.