• My website: wecanboost.com , I need help changing font size in titles and the paragraph of the posts.
    I tried to change in this code:

    /* Headings */
    h1, h2, h3, h4, h5, h6 {
    	margin: 1.25em 0 .5em;
    	color: #222;
    	font-weight: 700;
    	font-family: "Yanone Kaffeesatz", Arial, Helvetica, sans-serif;
    	line-height: 1.2em;
    	}
    h1 {
    	font-size: 20px;
    	font-size: 2.0rem;
    	}
    h2 {
    	font-size: 14px;
    	font-size: 1.4rem;
    	}
    h3 {
    	font-size: 13px;
    	font-size: 1.3rem;
    	}
    h4 {
    	font-size: 12px;
    	font-size: 1.2rem;
    	}
    h5 {
    	font-size: 11px;
    	font-size: 1.1rem;
    	}
    h6 {
    	font-size: 10px;
    	font-size: 1rem;
    	}

    But nothing changed. What’s the problem?

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change post title font size?’ is closed to new replies.