Font size after font change

Hello,

I’ve activated Eras Medium ITC as my default font within the Travelify theme with the following custom CSS code;


body,input,textarea,article {
	font: 16px Eras Medium ITC, sans-serif;
}

This works however, some items on the site become really small in comparison to the rest. I would like to make the text bigger on the following parts (while keeping the above code active for the rest):

  • the menu bar
  • the widgets (links to latest posts/ site map)
  • the informative text below posts (name poster, date, etc.)

Can you please help me with this?

One more thing; I would like to change the headers of each page/ post to Header 2 (<h2>). Do you know how I can arrange that?

Font size for your above mentioned theme elements can be changed like this. Make sure to change font-size to get the results you were looking for.

#main-nav a {
    font-size: 20px;
}
.widget ul li a {
	font-size: 20px;
}
.entry-meta a {
	font-size: 20px;
}

You can change title tags via file content-extensions.php that you can find in theme folder - library - structure.