Home › Forums › Support › Archives – how to centre h3 titles for thumbnails? This topic has 3 replies, 2 voices, and was last updated 3 years, 3 months ago by Fernando. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 11, 2023 at 10:57 pm #2492359 Mark Hi, How can I do this? I have an option to centre the images in the “customize > layout > blog” section, but can’t do anything with the text. I may also want to centre the excerpt text too, so if I can have the option to do that too would be great. Example URL in the Private box below Thanks 🙂 January 11, 2023 at 11:13 pm #2492382 Fernando Customer Support Hi Mark, You’ll need custom CSS. Can you try adding this through Appearance > Customize > Additional CSS?: body:is(.blog,.archive) header.entry-header { text-align: center; } body:is(.blog,.archive) .entry-summary { text-align: center; } Alternatively, you can use a Block Element – Content Template to have full control over the design of your articles in the Blog and Archive pages. Reference: https://docs.generatepress.com/article/block-element-content-template/ January 12, 2023 at 12:10 am #2492421 Mark The code works! Thanks January 12, 2023 at 12:52 am #2492449 Fernando Customer Support You’re welcome, Mark! Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In