Center headlines by default

Posted in: Newspaper
Post count: 38

Hi
I would like to center the headlines of my pages and posts by default. How would you do that?
Thanks!

Post count: 22421

Hello,
You can align the tiles with custom css as there is no setting in the theme for it.
for posts:
.td-post-title .entry-title{
text-align:center!important;
}

for pages:
.td-page-title{
text-align:center!important;
}

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.