Create post pages by categories in WordPress Theme?

Another question–am trying to set up pages along the nav bar that can host posts by category. Is there an easy way to do it? I’ve looked online and it seems to be a common issue that needs some pretty specific coding on the individual pages.

I am a bit confused with your question.
Do you want to achieve something like category pages like I have in the theme demo: https://colorlib.com/travelify/category/spain/
I have them placed in the main navigation.

If this is not what you were looking for I would appreciate some examples or something.

Was hoping for the ability to add a paragraph at the beginning for each category:

New York

The city that never sleeps, etc etc etc.

Then the posts.

But I think this will work well enough for now. Didn’t really see that I was able to simply add categories AND static pages.

Where is the font size specified for the title of each of these pages? Would like to get it to match the size and color of the post headers.

Thanks!

Fwiw, as a first timer, really like your theme and your help!

This should do the trick

.page-title {
	color: #1b1e1f;
	letter-spacing: -1px;
	font-size: 32px;
	text-shadow: 0 1px 0 #fff;
}

Just place this code inside style.css if you are using Child Theme or inside Theme Options – Other – Custom CSS.

Really slick help. Looks great, thanks!

I am glad I could help!

I would appreciate if you could rate/review this theme on WordPress.org theme resporitory: http://wordpress.org/themes/travelify