CSS to target only Blog Homepage post titles?
Hey guys, What’s the CSS to target just the post titles only on blog homepage? For example (guessed but didn’t work): .blog .entry-title h2 { font-family: “Lato”, sans-serif; font-size: 26px; } What I’m trying to do here is to specifically change the typography of the blog homepage h2 titles without affecting the typo/font-size of the … Read more