I’d like to center all the blog titles above my posts. I tried adding the below CSS someone suggested:
.single-post .entry-title {
text-align: center;
}
…but it didn’t seem to work. However, I’m not sure if I added it in the right place. I just went to Themes>Customize>Additional CSS and posted it there. Was that correct?
Thanks!
Steve
]]>.entry-title {
text-align: center;
}
would be enough to center all titles.
]]>