Blog Title Styling center text

How do you center and style text in the header for the blog page? There does not seem to be a place to adjust the text of the justification.

Hello David,

Thanks for writing in!

Please add following CSS under X > Theme Options > CSS:

.blog .x-landmark {
    text-align: center;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Where am I supposed to enter this style update? The Blog page does not have the standard editor that orther pages have. And I dont find any place to add the styling… Please help!

Hello David,

Thanks for updating the thread.

You can add the code under X > Theme Options > CSS. To help you get started, here’s a screencast that you can take a look.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.