Home › Forums › Support › Post Images size on "News" page This topic has 3 replies, 2 voices, and was last updated 3 years, 2 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts November 15, 2019 at 5:56 pm #1064498 Suresh Hi, I would like to set a fixed size for the blog images that appears on the “News” page. Many thanks. November 15, 2019 at 6:08 pm #1064506 LeoStaff Customer Support Hi there, Have you tried the customizer options? https://docs.generatepress.com/article/adjusting-the-featured-images/ Let me know ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ November 15, 2019 at 7:32 pm #1064524 Suresh Wow, that’s the right option! Can I ask you where is the setting to adjust the Post Title size on the archive? In the typography there is h2 but I would like to apply a custom option. November 15, 2019 at 9:39 pm #1064563 LeoStaff Customer Support CSS is needed for now: h2.entry-title { font-size: 30px; } If you need mobile specific: @media (max-width: 768px) { h2.entry-title { font-size: 30px; } } Adding CSS: https://docs.generatepress.com/article/adding-css/ Let me know if this helps ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ 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