Site logo

Archived topic

Is there a possibility to undo all of the changes done to my style.css ?

23 replies · Started by Anonymous on July 29, 2015

Viewing posts 16–24 of 24

Oh, just one more thing, is there a way to center all of the current and future blog post titles ?

On the single posts or on the blog (that shows all of the post excerpts)?

On the blog page, where it shows all of the posts.

.blog .entry-header,
.archive .entry-header {
      text-align: center;
}

Hi Tom,

Could you share the css for the single blog post as well. I was able to center the post excerpts but when I click to actually go the post it is not center.

Thanks

Give this a go:

.single .entry-header {
      text-align: center;
}

Thanks Tom! You're awesome! It worked. Thanks for responding back so quickly!

This archived topic is closed to new replies.