• I am using twenty eleven theme and I want to change the font size of my the title of my site and the font sizes of my posts (i changed the font sizes on the stylesheet in these lines:

    .entry-title {
    	clear: both;
    	color: #222;
    	font-size: 20px; /////////////
    	font-weight: bold;
    	line-height: 1.5em;
    	padding-bottom: .3em;
    	padding-top: 15px;
    }

    But that only changed the font sizes of the post titles on the home page and not on the actual post pages.

    Also, I have noticed that there are a lot of useless h3 tags on phrases like “Main Menu”, “Post Navigation”, “Leave a Reply”, etc. How do I get rid of these?

    – Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing Title font size & h1/2/3 tags’ is closed to new replies.